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

It's problematic for CSP if you don't nullify it, as I've explained many times on many threads... If you pass the `Request` object directly to `event.respondWith()` it's unchanged, since you don't get the response in that case.

-- 
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-384542095

Received on Thursday, 26 April 2018 07:31:12 UTC