- From: Ben Kelly <notifications@github.com>
- Date: Tue, 12 Oct 2021 08:00:08 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 October 2021 15:00:24 UTC
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