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
Mars currently does not set the SameSite attribute for cookies:
SameSite
mars/session.go
Lines 85 to 93 in 5bad6b4
However, Firefox (and possibly also Safari) yield a warning message in that case:
Cookie “MARS_SESSION” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know 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:
Assign sensible default value to session cookie 'SameSite' field robl…
2406376
…illack#25
ee5001b
Successfully merging a pull request may close this issue.
Mars currently does not set the
SameSite
attribute for cookies:mars/session.go
Lines 85 to 93 in 5bad6b4
However, Firefox (and possibly also Safari) yield a warning message in that case:
The text was updated successfully, but these errors were encountered: