Re: [whatwg/fetch] Consider preserving destination on `new Request(request)` (#717)

@qubyte basically once you use `fetch()` you're bound by connect-src since `fetch()` is quite powerful.

There's an open question here if you would be okay with opting into getting a response you can store in the Cache API and such, but otherwise only use for `<img>` and not be able to inspect much from. If that would work, we could make img-src work for `fetch()` when you opted in that model. It's a little bit unclear to me though if it's worth all the trouble.

-- 
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/717#issuecomment-384563328

Received on Thursday, 26 April 2018 08:48:59 UTC