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
in firefox, i am seeing the following warning message in devtools console: "Cookie “NEXT_LOCALE” does not have a proper “SameSite” attribute value."
https://codesandbox.io/p/sandbox/next-intl-bug-template-forked-yow8ep
Steps to reproduce:
no warning message
The text was updated successfully, but these errors were encountered:
SameSite
strict
Thanks for the report! Should have a new patch release for this soon.
Sorry, something went wrong.
fix: Set SameSite attribute for locale cookie to strict (#302)
0a6bce5
Fixes #301
How can I set it to 'none' if I want it work when someone embeds my site in an iframe ?
fix: Set SameSite attribute for locale cookie to strict (amannn#302)
faf2819
Fixes amannn#301
Successfully merging a pull request may close this issue.
Description
in firefox, i am seeing the following warning message in devtools console: "Cookie “NEXT_LOCALE” does not have a proper “SameSite” attribute value."
Mandatory reproduction URL (CodeSandbox or GitHub repository)
https://codesandbox.io/p/sandbox/next-intl-bug-template-forked-yow8ep
Reproduction description
Steps to reproduce:
Expected behaviour
no warning message
The text was updated successfully, but these errors were encountered: