You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
Following up @tyiss comment, I came across the same issue.
Anything different than Strict or Lax is currently considered as invalid. I have implemented a change to allow for None.
@p0pr0ck5, would you or any contributor have some time to review it? #32
The code is limiting the possible values of samesite attribute to either 'Strict' or 'Lax'.
however there is another possible value: none.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#SameSite_cookies
The text was updated successfully, but these errors were encountered: