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
We use the jquery-cookie library to handle cookies from a javascript context. Unfortunately any cookies it adds seem to be missing the "SameSite" attribute. For now that only causes a warning in the console, but eventually these cookies will be outright rejected.
Acceptance Criteria
All cookies added via javascript include an appropriate value for the "SameSite" attribute
or
We stop defining cookies in the front end altogether and remove jquery-cookie.
Stretch goal
The value for the "SameSite" attribute for cookies added via javascript can be defined by a developer
The text was updated successfully, but these errors were encountered:
We use the jquery-cookie library to handle cookies from a javascript context. Unfortunately any cookies it adds seem to be missing the "SameSite" attribute. For now that only causes a warning in the console, but eventually these cookies will be outright rejected.
Acceptance Criteria
or
Stretch goal
The text was updated successfully, but these errors were encountered: