From 199fe0a34713b98903fc50c40fbfffbc0ec0b63d Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 6 Jun 2018 22:13:12 +0200 Subject: [PATCH] Add warning Signed-off-by: Roeland Jago Douma --- config/config.sample.php | 2 ++ 1 file changed, 2 insertions(+) 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