Re: [ServiceWorker] under what conditions should sandboxed iframes be intercepted? (#648)

Yeah, so only `allow-same-origin` should be required for SW interception within a sandboxed iframe.

@annevk @jungkees Am I right in thinking this is something that can only be fixed by the HTML spec? It should call fetch with the skip serviceworker flag. By the time the request gets to fetch, it doesn't know it came from a sandboxed iframe.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/648#issuecomment-102119060

Received on Thursday, 14 May 2015 17:59:52 UTC