We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e4aa6d + 3545688 commit dfb47f7Copy full SHA for dfb47f7
htmlpreview.js
@@ -90,8 +90,6 @@
90
var fetchProxy = function (url, options, i) {
91
var proxy = [
92
'', // try without proxy first
93
- 'https://cors-anywhere.herokuapp.com/',
94
- 'https://yacdn.org/proxy/',
95
'https://api.codetabs.com/v1/proxy/?quest='
96
];
97
return fetch(proxy[i] + url, options).then(function (res) {
0 commit comments