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.
2 parents 0761f16 + 181684a commit 4a36e56Copy full SHA for 4a36e56
reference/configuration/framework.rst
@@ -1383,7 +1383,7 @@ The possible values for this option are:
1383
1384
* ``null``, use it to disable this protection. Same behavior as in older Symfony
1385
versions.
1386
-* ``'none'`` (or the ``Cookie::SAMESITE_NONE`` constant), use it to allow
+* ``'none'`` (or the ``Symfony\Component\HttpFoundation\Cookie::SAMESITE_NONE`` constant), use it to allow
1387
sending of cookies when the HTTP request originated from a different domain
1388
(previously this was the default behavior of null, but in newer browsers ``'lax'``
1389
would be applied when the header has not been set)
0 commit comments