We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
has solution for the problem, follows: when creating a new cookie you must select a LAX option in the SameSite selection combo
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: