We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0ede57 + 3222bc7 commit 3c392c0Copy full SHA for 3c392c0
1 file changed
lib/private/Template/JSConfigHelper.php
@@ -169,6 +169,7 @@ public function getConfig(): string {
169
$config = [
170
'auto_logout' => $this->config->getSystemValue('auto_logout', false),
171
'blacklist_files_regex' => FileInfo::BLACKLIST_FILES_REGEX,
172
+ 'forbidden_filename_characters' => Util::getForbiddenFileNameChars(),
173
'loglevel' => $this->config->getSystemValue('loglevel_frontend',
174
$this->config->getSystemValue('loglevel', ILogger::WARN)
175
),
0 commit comments