diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-06-06 22:13:12 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-06-06 22:13:39 +0200 |
commit | 199fe0a34713b98903fc50c40fbfffbc0ec0b63d (patch) | |
tree | 81836efbca7782bc87510993af4110a318de3e3d /config | |
parent | c79dc0e08f9234739eccf07e13b971aa4664d86f (diff) | |
download | nextcloud-server-199fe0a34713b98903fc50c40fbfffbc0ec0b63d.tar.gz nextcloud-server-199fe0a34713b98903fc50c40fbfffbc0ec0b63d.zip |
Add warning
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index fb767c9cf8c..a1445d77095 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1599,6 +1599,8 @@ $CONFIG = array( * 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 */ 'csrf.optout' => array( '/^WebDAVFS/', // OS X Finder |