Skip to content

Commit 9e00412

Browse files
committed
minor #10260 Fixed the default value of cookie_samesite (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Fixed the default value of cookie_samesite Fixes the docs added in #10258. Commits ------- bb5ab52 Fixed the default value of cookie_samesite
2 parents 5e3eb41 + bb5ab52 commit 9e00412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ to the cookie specification.
818818
cookie_samesite
819819
...............
820820

821-
**type**: ``string`` or ``null`` **default**: ``'lax'``
821+
**type**: ``string`` or ``null`` **default**: ``null``
822822

823823
. versionadded:: 4.2
824824
The ``cookie_samesite`` option was introduced in Symfony 4.2.

0 commit comments

Comments
 (0)