Skip to content

Commit dfb47f7

Browse files
authored
Merge branch 'master' into notCorsFirst
2 parents 1e4aa6d + 3545688 commit dfb47f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

htmlpreview.js

-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@
9090
var fetchProxy = function (url, options, i) {
9191
var proxy = [
9292
'', // try without proxy first
93-
'https://cors-anywhere.herokuapp.com/',
94-
'https://yacdn.org/proxy/',
9593
'https://api.codetabs.com/v1/proxy/?quest='
9694
];
9795
return fetch(proxy[i] + url, options).then(function (res) {

0 commit comments

Comments
 (0)