Skip to content

Commit a2f5208

Browse files
committed
Tweak
1 parent 6a1d6f5 commit a2f5208

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
@@ -1348,7 +1348,7 @@ The possible values for this option are:
13481348
versions.
13491349
* ``'none'`` (or the ``Cookie::SAMESITE_NONE`` constant), use it to allow
13501350
sending of cookies when the HTTP request originated from a different domain
1351-
(Previously this was the default behavior of null, but in newer browsers 'lax'
1351+
(previously this was the default behavior of null, but in newer browsers ``'lax'``
13521352
would be applied when the header has not been set)
13531353
* ``'strict'`` (or the ``Cookie::SAMESITE_STRICT`` constant), use it to never
13541354
send any cookie when the HTTP request is not originated from the same domain.

0 commit comments

Comments
 (0)