sessions icon indicating copy to clipboard operation
sessions copied to clipboard

SameSite is not set in the default path

Open martinlindhe opened this issue 3 years ago • 2 comments

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

martinlindhe avatar Feb 23 '22 15:02 martinlindhe

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.

stale[bot] avatar Apr 27 '22 22:04 stale[bot]