Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Conversation

alexander-nitsche
Copy link

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

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
---
@Sebobo Sebobo closed this Aug 15, 2023
@Sebobo Sebobo reopened this Aug 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants