|
|
|
|
|
by adalyz
3692 days ago
|
|
https://developers.google.com/web/updates/2015/03/push-notif... Why does this require HTTPS? How do I work around this during development?
Service workers require secure origins to ensure that the service worker script is from the intended origin and hasn’t come about from a man-in-the-middle attack. Currently, that means using HTTPS on live sites, though localhost will work during development. |
|