t3n / neos-debug

Adds a debug panel to your Neos CMS website
MIT License
30 stars 16 forks source link

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

Open kdambekalns opened 2 years ago

kdambekalns commented 2 years ago

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

alexander-nitsche commented 1 year ago

:) See https://github.com/t3n/neos-debug/pull/174.