File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1315,6 +1315,10 @@ The possible values for this option are:
1315
1315
1316
1316
* ``null ``, use it to disable this protection. Same behavior as in older Symfony
1317
1317
versions.
1318
+ * ``'none' `` (or the ``Cookie::SAMESITE_NONE `` constant), use it to allow
1319
+ sending of cookies when the HTTP request originated from a different domain
1320
+ (previously this was the default behavior of null, but in newer browsers ``'lax' ``
1321
+ would be applied when the header has not been set)
1318
1322
* ``'strict' `` (or the ``Cookie::SAMESITE_STRICT `` constant), use it to never
1319
1323
send any cookie when the HTTP request is not originated from the same domain.
1320
1324
* ``'lax' `` (or the ``Cookie::SAMESITE_LAX `` constant), use it to allow sending
You can’t perform that action at this time.
0 commit comments