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
What information was incorrect, unhelpful, or incomplete?
The description is: Cookies will be sent in all contexts, i.e. in responses to both first-party and cross-origin requests, but I think it should be cross-site not cross-origin (the port in origin doesn't matter).
Strict: the cookie was sent only in first-party, and it will not be sent when we jump into first-party site from a third-party site (only the jump request)
Lax: the cookie was sent only in first-party, but different with Strict, it will be sent when we jump into first-party site from a third-party site
None: the cookie was sent when we are in the third-party, when the third-party site has refer some resources (images, etc) that are from the site which owns those cookie.
What did you expect to see?
This description should be Cookies will be sent in all contexts, i.e. in responses to both first-party and cross-site requests
If it's ok, I'd like to deal with this.
Do you have any supporting links, references, or citations?
MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite
What specific section or headline is this issue about?
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite#none
What information was incorrect, unhelpful, or incomplete?
The description is:
Cookies will be sent in all contexts, i.e. in responses to both first-party and cross-origin requests
, but I think it should becross-site
notcross-origin
(theport
in origin doesn't matter).It's about the discussion I'vs made in mdn/translated-content#3096. I've made a test. And found that:
Strict
, it will be sent when we jump into first-party site from a third-party siteWhat did you expect to see?
This description should be
Cookies will be sent in all contexts, i.e. in responses to both first-party and cross-site requests
If it's ok, I'd like to deal with this.
Do you have any supporting links, references, or citations?
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/web/http/headers/set-cookie/samesite
The text was updated successfully, but these errors were encountered: