Re: [whatwg/fetch] HTTP cache partitioning (#943)

> Both issues mentioned [#943 (comment)](https://github.com/whatwg/fetch/pull/943#discussion_r399082089) seem pretty problematic to me:
> 
> > One example is a user-initiated top-level navigation. For those we should use the site of the request URL, but this would not do that.
> > I suspect the client is also wrong if tab A navigates tab B. We wouldn't want to use the key from tab A.
> 
> Unfortunately I don't really have a complete handle on the appropriate fix.
> 
> For navigation requests we probably need to use the reserved client. However, that doesn't always have the top-level origin at the moment.

Ah, I didn't realize that navigation requests settings object does not have the destination origin. 

-- 
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/pull/943#issuecomment-607850703

Received on Thursday, 2 April 2020 13:35:43 UTC