From ad4778d01ccbec46b877882f2aae8e734db999ba Mon Sep 17 00:00:00 2001 From: Josh birnholz Date: Mon, 24 Apr 2023 13:09:07 -0400 Subject: [PATCH] Update proxy --- js/creator-23.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/creator-23.js b/js/creator-23.js index 395837e5..f11a13f9 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -3920,7 +3920,7 @@ function imageURL(url, destination, otherParams) { } else if (params.get('noproxy') != '') { //CORS PROXY LINKS //Previously: https://cors.bridged.cc/ - imageurl = 'https://api.codetabs.com/v1/proxy?quest=' + encodeURIComponent(url); + imageurl = 'https://corsproxy.io/?' + encodeURIComponent(url); } destination(imageurl, otherParams); }