From 181684a7f06689f396ea4571b36474c023689e44 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Sat, 29 May 2021 23:05:02 +0200 Subject: [PATCH] Adding FQCN --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)