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

I recall this issue was discussed here: https://github.com/slightlyoff/ServiceWorker/issues/601#issuecomment-128635909.

file:// and wss:// are basically filtered out in fetch. blob: URL will be filtered out by checking the MIME type in Update step 4.13.

The reason I didn't explicitly add http/https requirement is just to defer to what secure contexts define for the forward conformance.

A note will do here? Or better to add the step?

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

Received on Wednesday, 11 November 2015 01:23:50 UTC