[ServiceWorker] ServiceWorker registration fails inside an https-origin IFRAME when the top-level page is not secure (e.g. http or data URI) (#700)

ServiceWorker registration currently fails inside an https-origin IFRAME when the top-level page is not secure (e.g. http or data URI.) Is this intended behavior? It means a non-ServiceWorker version of the IFRAME functionality needs to be maintained in parallel so long as unsecured IFRAME embedders need to keep working, even when the browser does in fact implement ServiceWorker.

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

Received on Tuesday, 19 May 2015 00:57:15 UTC