Re: [ServiceWorker] register() should not allow file://, wss://, etc (#780)

In this gecko bug I am adding an explicit http/https scheme check against the script URL after step 3 in the register algorithm.  I am throwing SecurityError if it fails.

https://bugzilla.mozilla.org/show_bug.cgi?id=1223378

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

Received on Tuesday, 10 November 2015 15:26:57 UTC