- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 25 Feb 2016 02:24:39 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 25 February 2016 10:25:08 UTC
Wait, why would `event.request.origin` match `location.origin`? I don't think it should. We also need to think through if this creates a new kind of filtered response and what returning such a filter response elsewhere would do. E.g., with nested foreign fetch (I tend to think we need to make it such that each layer needs to use an API to reveal it to the next). Reusing CORS directly doesn't work, since we want CORS responses to become opaque responses by default. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/841#issuecomment-188709919
Received on Thursday, 25 February 2016 10:25:08 UTC