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.
forbidden_filenames
forbidden_filename_characters
oc_config
1 parent c314bbb commit acff472Copy full SHA for acff472
1 file changed
lib/private/Template/JSConfigHelper.php
@@ -168,7 +168,10 @@ public function getConfig(): string {
168
169
$config = [
170
'auto_logout' => $this->config->getSystemValue('auto_logout', false),
171
+ // deprecated
172
'blacklist_files_regex' => FileInfo::BLACKLIST_FILES_REGEX,
173
+ 'forbidden_filenames' => \OCP\Util::getForbiddenFilenames(),
174
+ 'forbidden_filename_characters' => \OCP\Util::getForbiddenFileNameChars(),
175
'loglevel' => $this->config->getSystemValue('loglevel_frontend',
176
$this->config->getSystemValue('loglevel', ILogger::WARN)
177
),
0 commit comments