From 78d43c20632ff4a347f9ed66c0f0c0ee259a5055 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 14 Nov 2025 14:44:58 +0200 Subject: Tune export settings --- docs/index.service.worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/index.service.worker.js') 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"]; -- cgit v1.3