From 545025d1a743d2e9bba09a4c253dfbb7b2057134 Mon Sep 17 00:00:00 2001 From: foxster-mp4 Date: Sun, 21 May 2023 16:26:44 -0700 Subject: [PATCH] Disable force-cache --- js/main.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/main.js b/js/main.js index f93c067..047a5ab 100644 --- a/js/main.js +++ b/js/main.js @@ -9,9 +9,7 @@ } else insertAddToAltStoreBanner(); })(); -fetch(sourceURL, { - cache: "force-cache" -}) +fetch(sourceURL) .then(response => response.json()) .then(json => { // Set tint color