generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2024-07-17 02:50:13 +00:00
parent ffc3bc20a6
commit c495b14154

View File

@@ -2868,6 +2868,23 @@ Note that this list is case-insensitive.
Defaults to ``array('.htaccess')``
forbidden_filename_basenames
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
::
'forbidden_filename_basenames' => [],
Disallow the upload of files with specific basenames.
The basename is the name of the file without the extension,
e.g. for "archive.tar.gz" the basename would be "archive".
Note that this list is case-insensitive.
Defaults to ``array()``
forbidden_filename_characters
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^