From ac1a97ccdae563b89aac804dc131bd750f5c6de8 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Wed, 21 Apr 2021 09:52:50 -0700 Subject: [PATCH] Update creator-12.js --- js/creator-12.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }