[ServiceWorker] https should not be mandatory (#658)

Why have `https` been madatory in Service Worker since Man in the Middle attacks can be prevented via `wss` (WebSocket SSL) connection?

IMHO, HTTPS in private and HTTP in general will never gonna be the future. Service Worker should provide an option for HTTP + WSS approaches instead of forcing developers to use HTTPS.

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

Received on Monday, 23 March 2015 16:36:42 UTC