From 87cd0a6f5c474d5319f1de740cba4d4dcc3aba9d Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 19 Jun 2018 21:28:13 +0200 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 5c747963d..7e1dea59c 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1798,6 +1798,20 @@ set to true if the server is used in a setup based on Nextcloud's Global Scale a by default federation is only used internally in a Global Scale setup If you want to allow federation outside of your environment set it to 'global' +:: + + 'csrf.optout' => array( + '/^WebDAVFS/', // OS X Finder + '/^Microsoft-WebDAV-MiniRedir/', // Windows webdav drive + ), + +List of incompatible user agents opted out from Same Site Cookie Protection. + +Some user agents are notorious and don't really properly follow HTTP +specifications. For those, have an opt-out. + +WARNING: only use this if you know what you are doing + .. ALL_OTHER_SECTIONS_END .. Generated content above. Don't change this.