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
When setting a cookie with the set function and nothing else, Firefox emits this warning:
set
Cookie “cookie-name” will be soon rejected because it has the “sameSite” attribute set to “none” or an invalid value, without the “secure” attribute. To learn more about the “sameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When setting a cookie with the
set
function and nothing else, Firefox emits this warning:The text was updated successfully, but these errors were encountered: