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

cookie should support cookie option SameSite=None #582

Closed
peczenyj opened this issue May 28, 2019 · 1 comment
Closed

cookie should support cookie option SameSite=None #582

peczenyj opened this issue May 28, 2019 · 1 comment

Comments

@peczenyj
Copy link
Contributor

Reason

Chrome 76 introduces a new same-site-by-default-cookies flag. Setting this flag will shift the default behaviour of Set-Cookie to apply SameSite=Lax if no other SameSite value is provided.

https://web.dev/samesite-cookies-explained/
https://blog.chromium.org/2019/05/improving-privacy-and-security-on-web.html

I'd like to set SameSite=None and ignore chrome's default behaviour

@erikdubbelboer
Copy link
Collaborator

See: #581

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

No branches or pull requests

2 participants