-
Notifications
You must be signed in to change notification settings - Fork 371
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
SameSite is not set in the default path #256
Comments
This issue has been automatically marked as stale because it hasn't seen a recent update. It'll be automatically closed in a few days. |
@martinlindhe The I am leaning towards defaulting References for my above opinions:
Expired draft: https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-same-site-00#section-3.1 |
The SameSite patch in #165 and #170 forgot to initialize SameSite to a value in the default path.
I think the intent was to initialize it to http.SameSiteDefaultMode.
Currently this results in the following error in Firefox Developer Tools
The text was updated successfully, but these errors were encountered: