We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1d6f5 commit a2f5208Copy full SHA for a2f5208
reference/configuration/framework.rst
@@ -1348,7 +1348,7 @@ The possible values for this option are:
1348
versions.
1349
* ``'none'`` (or the ``Cookie::SAMESITE_NONE`` constant), use it to allow
1350
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'
+ (previously this was the default behavior of null, but in newer browsers ``'lax'``
1352
would be applied when the header has not been set)
1353
* ``'strict'`` (or the ``Cookie::SAMESITE_STRICT`` constant), use it to never
1354
send any cookie when the HTTP request is not originated from the same domain.
0 commit comments