diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 0f347ead42e..4cd6f938166 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1383,7 +1383,7 @@ The possible values for this option are: * ``null``, use it to disable this protection. Same behavior as in older Symfony versions. -* ``'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 sending of cookies when the HTTP request originated from a different domain (previously this was the default behavior of null, but in newer browsers ``'lax'`` would be applied when the header has not been set)