diff --git a/js/creator-12.js b/js/creator-12.js index bd098673..a1bf9d54 100644 --- a/js/creator-12.js +++ b/js/creator-12.js @@ -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); }