- From: Jungkee Song <notifications@github.com>
- Date: Tue, 10 Nov 2015 17:23:22 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 11 November 2015 01:23:50 UTC
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