From b4fc93450782bb39ab3a4e162759e34bd49207bd Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Fri, 14 May 2021 16:10:00 +0200 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f28537d..608c0c9 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@ Connection: "keep-alive", }; - resp = fetch("https://thingproxy.freeboard.io/fetch/" + url, { + resp = fetch("https://api.allorigins.win/get?url=" + encodeURIComponent(url), { method: "GET", headers: headers, })