Update proxy

This commit is contained in:
Josh birnholz
2023-04-24 13:09:07 -04:00
parent 5767c2fc5c
commit ad4778d01c

View File

@@ -3920,7 +3920,7 @@ function imageURL(url, destination, otherParams) {
} else if (params.get('noproxy') != '') { } else if (params.get('noproxy') != '') {
//CORS PROXY LINKS //CORS PROXY LINKS
//Previously: https://cors.bridged.cc/ //Previously: https://cors.bridged.cc/
imageurl = 'https://api.codetabs.com/v1/proxy?quest=' + encodeURIComponent(url); imageurl = 'https://corsproxy.io/?' + encodeURIComponent(url);
} }
destination(imageurl, otherParams); destination(imageurl, otherParams);
} }