Flush the cache
This commit is contained in:
parent
ddceeafd98
commit
4deb0b7d6a
|
@ -58,7 +58,7 @@ function createProviders()
|
||||||
function fetchFromURL()
|
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));
|
.then((response) => response.text().then(toJSON));
|
||||||
|
|
||||||
function toJSON(retrievedText) {
|
function toJSON(retrievedText) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user