summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index bf2d1ed6b0..9a2f1457ac 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -3241,6 +3241,11 @@ Possible values for the setting are:
* ``False``: disables the flag.
+.. note::
+
+ Modern browsers provide a more secure default policy for the ``SameSite``
+ flag and will assume ``Lax`` for cookies without an explicit value set.
+
.. versionchanged:: 3.1
Setting ``SESSION_COOKIE_SAMESITE = 'None'`` was allowed.