We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60683d commit 6a635bdCopy full SHA for 6a635bd
htmlpreview.js
@@ -89,7 +89,6 @@
89
90
var fetchProxy = function (url, options, i) {
91
var proxy = [
92
- 'https://cors-anywhere.herokuapp.com/',
93
'https://api.codetabs.com/v1/proxy/?quest='
94
];
95
return fetch(proxy[i] + url, options).then(function (res) {
0 commit comments