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

Adding cookie does not work when "Cookies without SameSite must be secure" flag set #285

Open
dalejung opened this issue Jul 8, 2020 · 1 comment

Comments

@dalejung
Copy link

dalejung commented Jul 8, 2020

Default state of the add cookie screen does not set SameSite and does not have Secure checked. This cookie is invalid and silently fails to add.

The flag was set earlier in the year (#276) but rolled back due to COVID-19. Looks like it'll start rolling out again this month.

https://blog.chromium.org/2020/05/resuming-samesite-cookie-changes-in-july.html

PR Fix: #278

Manual fix: Set the SameSite to Lax.

@Raisel
Copy link

Raisel commented Oct 1, 2020

has solution for the problem, follows:
when creating a new cookie you must select a LAX option in the SameSite selection combo
image

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