From 4deb0b7d6a42075089d8bb00ae52477bd7d0a4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Wed, 23 Aug 2017 15:32:40 +0200 Subject: [PATCH] Flush the cache --- clearurls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clearurls.js b/clearurls.js index 6d41e28..485a8af 100644 --- a/clearurls.js +++ b/clearurls.js @@ -58,7 +58,7 @@ function createProviders() function fetchFromURL() { - fetch("https://raw.githubusercontent.com/KevinRoebert/ClearUrls/master/data/data.json") + fetch("https://raw.githubusercontent.com/KevinRoebert/ClearUrls/master/data/data.json?flush_cache=true") .then((response) => response.text().then(toJSON)); function toJSON(retrievedText) {