This repository was archived by the owner on Nov 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
Update Cookies #69
Copy link
Copy link
Open
Description
branch: develop
Possible future bug 🐛
I got the following warnings in Firefox when logging in:
Via the frontend (e.g., localhost:8080):
Cookie “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
Via the backend (e.g., localhost:9000/login):
11:12:44.254 Cookie “_xsrf” will be soon treated as cross-site cookie against “http://localhost:9000/login” because the scheme does not match.
11:12:44.254 Cookie “jweToken” will be soon treated as cross-site cookie against “http://localhost:9000/login” because the scheme does not match.
11:12:44.254 Cookie “remember_token” 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
11:12:44.254 Cookie “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
11:12:44.254 Cookie “_xsrf” will be soon treated as cross-site cookie against “http://localhost:9000/login” because the scheme does not match.
11:12:44.254 Cookie “jweToken” will be soon treated as cross-site cookie against “http://localhost:9000/login” because the scheme does not match.
Some warnings relate to the issue also described datavisyn/phovea_security_store_generated#34.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels