Re: [ServiceWorker] Restrict openWindow() to http(s) schemes? (#699)

It seems better if they follow the same code path as much as possible, agreed. This requires some special casing though for `about:blank` as bz pointed out in that bug. You want it to inherit the origin of the service worker (and likely the CSP policy, and maybe some other stuff, we should have something for that).

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

Received on Thursday, 25 June 2015 14:20:50 UTC