Skip to content

Commit 3545688

Browse files
authored
Merge pull request #104 from wom-bat/master
Delete no-longer-running yacdn.org proxy.
2 parents 2c23eba + 6a635bd commit 3545688

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

htmlpreview.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@
8989

9090
var fetchProxy = function (url, options, i) {
9191
var proxy = [
92-
'https://cors-anywhere.herokuapp.com/',
93-
'https://yacdn.org/proxy/',
9492
'https://api.codetabs.com/v1/proxy/?quest='
9593
];
9694
return fetch(proxy[i] + url, options).then(function (res) {

0 commit comments

Comments
 (0)