Re: [ServiceWorker] Should mixed content always be blocked? (#813)

I believe the intent is to allow network requests that would originally passed mixed content checks to continue passing even if a SW proxies them with `evt.respondWith(fetch(evt.request))`.  I just don't think anyone has implemented that yet.

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

Received on Thursday, 7 January 2016 14:37:37 UTC