Re: [whatwg/fetch] Question about tainted origin flag (#953)

Found the PR, it's https://github.com/whatwg/fetch/pull/594. Resource Timing's https://github.com/w3c/resource-timing/pull/214 was supposed to implement similar checks but instead seems to be implementing something different. @yoavweiss it seems the origin only becomes tainted after two cross origin changes, not one. So to match CORS, should https://w3c.github.io/resource-timing/#dfn-timing-allow-check be changed to be less restrictive?

-- 
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/953#issuecomment-546389253

Received on Friday, 25 October 2019 14:59:45 UTC