-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Labels
Description
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
Cookie “id” 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done