-
Notifications
You must be signed in to change notification settings - Fork 4
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
Removal of "secure" breaks "SameSite=None" #14
Comments
Have you tried removing Also, just a reminder there is a flag you can set to override
|
I didn't remote As we proxy API to Breaking thing is keeping |
The fix has landed in lws-rewrite v4.0.0, will post against once I've added it to local-web-server.. |
Fixed and released in local-web-server v5.4.0 |
The plugin has code:
If
secure
attribute is removed but there is"SameSite=None"
a browser rejects cookie, breaking all login pages. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie for exact error message in a browser DevTools:Consider removing
SameSite=None
together withsecure
. Other values ofSameSite
are safe withoutsecure
.The text was updated successfully, but these errors were encountered: