CorrelAid / correlaid_website

Source code for the CorrelAid website
https://correlaid.org
3 stars 0 forks source link

Some cookies are misusing the recommended “SameSite“ attribute #684

Closed jstet closed 4 weeks ago

jstet commented 1 month ago

Cookie “amp_cookie_test8Ir4QJyVCeSuBs_FYZwuZK” 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

Find out what this means as I didn't think we were using cookies

jstet commented 4 weeks ago

This seems to be a firefox issue that other websites are ignoring as well