From fe65407e7bda619c8b5f329661896838a8526b06 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 18 Apr 2018 01:33:01 +0200 Subject: [PATCH] Lower the amount of cache routes at SW installation --- scripts/ServiceWorker/ServiceWorker.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/ServiceWorker/ServiceWorker.ts b/scripts/ServiceWorker/ServiceWorker.ts index 0e58d7b2..8e3a2690 100644 --- a/scripts/ServiceWorker/ServiceWorker.ts +++ b/scripts/ServiceWorker/ServiceWorker.ts @@ -319,12 +319,10 @@ class MyServiceWorker { async installCache() { let urls = [ "/", - "/_/", "/scripts", "/styles", "/manifest.json", "https://media.notify.moe/images/elements/noise-strong.png", - "https://fonts.gstatic.com/s/ubuntu/v11/4iCs6KVjbNBYlgoKfw72.woff2" ] let promises = []