Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants