Re: [w3c/ServiceWorker] consider fetching service worker scripts with no-cache by default (#893)

I am in a situation where I want to build an immutable JavaScript secure loader. The secure loader only loads JS files with a suitable cryptographic signature. The 24 hours cache limit prevents me from building such a secure loader that persists longer than 24 hours. (The idea is that the secure loader would persist even if the servers that deliver `index.html` is compromised.)

Have you considered removing the 24 hours cache limit if explicitly opted-in with the `useCache` option?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/893#issuecomment-277286222

Received on Friday, 3 February 2017 16:02:12 UTC