Skip to content

Commit 181684a

Browse files
Adding FQCN
1 parent a2de717 commit 181684a

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
@@ -1383,7 +1383,7 @@ The possible values for this option are:
13831383

13841384
* ``null``, use it to disable this protection. Same behavior as in older Symfony
13851385
versions.
1386-
* ``'none'`` (or the ``Cookie::SAMESITE_NONE`` constant), use it to allow
1386+
* ``'none'`` (or the ``Symfony\Component\HttpFoundation\Cookie::SAMESITE_NONE`` constant), use it to allow
13871387
sending of cookies when the HTTP request originated from a different domain
13881388
(previously this was the default behavior of null, but in newer browsers ``'lax'``
13891389
would be applied when the header has not been set)

0 commit comments

Comments
 (0)