Flush the cache

This commit is contained in:
Kevin Röbert 2017-08-23 15:32:40 +02:00
parent ddceeafd98
commit 4deb0b7d6a

View File

@ -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) {