[Movim] - Error MOVIM_SESSION_ID #714

Closed
opened 2023-12-06 17:50:33 +01:00 by meaz · 1 comment
Owner

Error when we log in:

Cookie “MOVIM_SESSION_ID” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite Login_login.js:28:61
Error when we log in: ``` Cookie “MOVIM_SESSION_ID” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite Login_login.js:28:61 ```
meaz added this to the 23.12 - December milestone 2023-12-06 17:50:37 +01:00
Owner

This is already set on movim side so we should not duplicate it on proxy. Changed on prod. PR made

This is already set on movim side so we should not duplicate it on proxy. Changed on prod. PR made
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Disroot/Disroot-Project#714
No description provided.