From c495b14154c339972def9f8b120deb64985ca201 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 17 Jul 2024 02:50:13 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index f6e8f0027..42ef7773b 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^