Skip to content

Commit 6a635bd

Browse files
authored
See https://github.com/Rob--W/cors-anywhere/issues/301 Signed-off-by: Peter Chubb <peter.chubb@unsw.edu.au>
1 parent a60683d commit 6a635bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

htmlpreview.js

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989

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

0 commit comments

Comments
 (0)