Re: [whatwg/fetch] referrer same-origin constraint is a footgun for people trying to "copy" a Request (#245)

I tried to figure out what would have to silent fail:

* Overwriting a request whose mode is "navigate"
* Cross-origin referrer
* Using mode "navigate" as input (if you copy the mode)
* Overwriting method, integrity metadata, and headers for a request whose mode is "no-cors"
* ?

Not entirely sure which of those would be typically hit, but it's less than I expected so maybe this is worth doing. Any new thoughts @wanderview?

---
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/245#issuecomment-216822526

Received on Wednesday, 4 May 2016 10:25:01 UTC