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

TASK: Append cookie to all same-site requests (samesite: lax)

Open alexander-nitsche opened this issue 1 year ago • 0 comments

This is the default behavior of Flow and modern browsers, but browsers complain if it is not explicitly set.

This is the warning in Firefox 102:

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 ---

alexander-nitsche avatar Apr 25 '23 15:04 alexander-nitsche