diff options
Diffstat (limited to 'config/config.sample.php')
-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 |