Re: [whatwg/fetch] Avoid using the CORS flag to reset request's origin in redirects (#594)

I suspect the problem with the preflight cache dates back from when I added support redirects following a successful preflight. I don't think I fully considered how the preflight cache should behave in cases where the request's origin was opaque.

Most performant would probably be to change the origin key into a byte sequence and use `null` if the tainted origin flag is set.

-- 
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/594#issuecomment-391652741

Received on Thursday, 24 May 2018 09:37:40 UTC