diff options
Diffstat (limited to 'docs/index.service.worker.js')
| -rw-r--r-- | docs/index.service.worker.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.service.worker.js b/docs/index.service.worker.js index f9a1772..bd6c032 100644 --- a/docs/index.service.worker.js +++ b/docs/index.service.worker.js @@ -4,14 +4,14 @@ // Incrementing CACHE_VERSION will kick off the install event and force // previously cached resources to be updated from the network. /** @type {string} */ -const CACHE_VERSION = '1763124090|13106521876'; +const CACHE_VERSION = '1763124396|13412553254'; /** @type {string} */ const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-'; const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION; /** @type {string} */ const OFFLINE_URL = 'index.offline.html'; /** @type {boolean} */ -const ENSURE_CROSSORIGIN_ISOLATION_HEADERS = false; +const ENSURE_CROSSORIGIN_ISOLATION_HEADERS = true; // Files that will be cached on load. /** @type {string[]} */ const CACHED_FILES = ["index.html","index.js","index.offline.html","index.icon.png","index.apple-touch-icon.png","index.audio.worklet.js","index.audio.position.worklet.js"]; |
