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,
})