Disable force-cache

This commit is contained in:
foxster-mp4
2023-05-21 16:26:44 -07:00
parent 01eeaeaa6a
commit 545025d1a7

View File

@@ -9,9 +9,7 @@
} else insertAddToAltStoreBanner(); } else insertAddToAltStoreBanner();
})(); })();
fetch(sourceURL, { fetch(sourceURL)
cache: "force-cache"
})
.then(response => response.json()) .then(response => response.json())
.then(json => { .then(json => {
// Set tint color // Set tint color