Skip to content

Commit a60683d

Browse files
authored
Delete no-longer-running yacdn.org proxy.
yacdn.org has been down for some time. Having it in the list of proxies means that attempting to view generated HTML can take a long time, before connection attempts time out.
1 parent 2c23eba commit a60683d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

htmlpreview.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
var fetchProxy = function (url, options, i) {
9191
var proxy = [
9292
'https://cors-anywhere.herokuapp.com/',
93-
'https://yacdn.org/proxy/',
9493
'https://api.codetabs.com/v1/proxy/?quest='
9594
];
9695
return fetch(proxy[i] + url, options).then(function (res) {

0 commit comments

Comments
 (0)