diff --git a/lib/private/Template/JSConfigHelper.php b/lib/private/Template/JSConfigHelper.php index d2cd536fa9f90..88d09355bde3d 100644 --- a/lib/private/Template/JSConfigHelper.php +++ b/lib/private/Template/JSConfigHelper.php @@ -169,6 +169,7 @@ public function getConfig(): string { $config = [ 'auto_logout' => $this->config->getSystemValue('auto_logout', false), 'blacklist_files_regex' => FileInfo::BLACKLIST_FILES_REGEX, + 'forbidden_filename_characters' => Util::getForbiddenFileNameChars(), 'loglevel' => $this->config->getSystemValue('loglevel_frontend', $this->config->getSystemValue('loglevel', ILogger::WARN) ),