Re: [fetch] Allow "manual" redirect fetches with caveats (#66)

To be clear, note that CORS on the final response is not sufficient here. The request would need to be initiated with mode "cors" rather than "no-cors" too, and that's not how the navigate algorithm does its fetching. So the service worker would need to override that.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/66#issuecomment-113371616

Received on Friday, 19 June 2015 05:13:28 UTC