Skip to content

Commit fef5251

Browse files
committed
disable cors.io proxy because it is broken
Issue: #78
1 parent 102c584 commit fef5251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlpreview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
var fetchProxy = function (url, options, i) {
9090
var proxy = [
91-
'https://cors.io/?',
91+
//'https://cors.io/?',
9292
'https://jsonp.afeld.me/?url=',
9393
'https://cors-anywhere.herokuapp.com/'
9494
];

0 commit comments

Comments
 (0)