mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
cors proxy server hotfix
This commit is contained in:
@@ -1922,7 +1922,9 @@ function drawNewGuidelines() {
|
||||
function imageURL(url, destination, otherParams) {
|
||||
var imageurl = url;
|
||||
if (params.get('noproxy') != '') {
|
||||
imageurl = 'https://cors.bridged.cc/' + url;
|
||||
//CORS PROXY LINKS
|
||||
//Previously: https://cors.bridged.cc/
|
||||
imageurl = 'https://api.codetabs.com/v1/proxy?quest=' + url;
|
||||
}
|
||||
destination(imageurl, otherParams);
|
||||
}
|
||||
|
Reference in New Issue
Block a user