Skip to content

Commit 4a36e56

Browse files
committed
minor #15389 Adding FQCN (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- Adding FQCN Commits ------- 181684a Adding FQCN
2 parents 0761f16 + 181684a commit 4a36e56

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)