Re: [w3c/ServiceWorker] Is it possible to register a service worker on a not fully HTTPS webapp? (#1317)

> Does this means it is possible to register a service worker from a HTTPS page even though the rest of the website is HTTP?

You could send the user to an HTTPS page where there'd subscribe to push messages, then send them back to your HTTP site. You wouldn't be able to do this by including the HTTPS page inside the HTTP page as an iframe.

The service worker wouldn't control any of the HTTP pages, as it would consider them to be part of a different site, as the origin is different.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1317#issuecomment-393189301

Received on Wednesday, 30 May 2018 14:43:36 UTC