neos-debug icon indicating copy to clipboard operation
neos-debug copied to clipboard

Cookie “neos_debug” does not have a proper “SameSite” attribute value

Open kdambekalns opened this issue 2 years ago • 1 comments

Calling __enable_neos_debug__(true) leads to this:

Cookie “neos_debug” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite

kdambekalns avatar Sep 14 '22 15:09 kdambekalns