Skip to content

Commit 0a4ae24

Browse files
authored
Merge pull request #85 from private-forks/master
Disable cors.io
2 parents 178161c + fef5251 commit 0a4ae24

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)