Search code examples
google-chromegoogle-chrome-extensiongoogle-chrome-devtools

Chrome Console SameSite Cookie Attribute Warning


Is anybody else getting this Chrome console warning?

A cookie associated with a cross-site resource at 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 and .

In Chrome Flags chrome://flags/ I've tried disabling both:

  • SameSite by default cookies

  • Cookies without SameSite must be secure

And the warning won't go away.


Solution

  • You can disable them through chrome://flags Cookie Deprecation messages disabled.

    Screenshot of chrome://flags with option to disable