Glitch cookies without SameSite attribute printing warnings

Chromium 80 will be changing its behavior regarding the SameSite attribute in cookies. There are a number of Glitch-controlled cookies that do not have that attribute, and it is resulting in warnings being printed to the Chrome console:

A cookie associated with a cross-site resource at http://glitch.com/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at Chrome Platform Status and Chrome Platform Status.

2 Likes

Oh yeah, that’s true, it’s there in the editor as well. @support_staff, please take a look!

Hi @noelleleigh,

Thanks for pointing this out. I have notified our team. Once I get an update, I’ll post it here.

2 Likes