Re: [whatwg/fetch] Request needs to propagate concept of "main frame navigation" (#1327)

Well, "site for cookies" itself is not conveyed to the server.  It simply takes part in determining if `SameSite=Strict` cookies, etc, are sent to the server.

I do think, though, that if we had Sec-Fetch-Ancestors we could use that information for this as well.  (If its propagated through the fetch in a service worker.)  And of course since destination distinguishes between `document` and `iframe` it has the information as well, but it isn't propagated through the SW.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1327#issuecomment-941093878

Received on Tuesday, 12 October 2021 15:00:24 UTC