- From: Justin <notifications@github.com>
- Date: Fri, 03 Feb 2017 08:01:04 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 February 2017 16:02:12 UTC
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