Update creator-12.js

This commit is contained in:
Kyle
2021-04-21 09:52:50 -07:00
parent 3c7f1fe43b
commit ac1a97ccda

View File

@@ -1407,7 +1407,7 @@ function loadTutorialVideo() {
function imageURL(url, destination, otherParams) {
var imageurl = url;
if (params.get('noproxy') != '') {
imageurl = 'https://cors-anywhere.herokuapp.com/' + url;
imageurl = 'https://cors.bridged.cc/' + url;
}
destination(imageurl, otherParams);
}