Skip to content

Instantly share code, notes, and snippets.

@jnbdz
Created April 26, 2024 20:57
Show Gist options
  • Save jnbdz/92507eaf5b5083fd7164f37d1f86c69f to your computer and use it in GitHub Desktop.
Save jnbdz/92507eaf5b5083fd7164f37d1f86c69f to your computer and use it in GitHub Desktop.
Some cookies are misusing the recommended “SameSite“ attribute 2
Cookie “q_auth_d97c331f-595d-4592-8b1a-6166bbeea031” 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 localhost:8442
Cookie “q_session_chunk_2” 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 localhost:8442
This error page has no error code in its security info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment