We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c23eba + 6a635bd commit 3545688Copy full SHA for 3545688
htmlpreview.js
@@ -89,8 +89,6 @@
89
90
var fetchProxy = function (url, options, i) {
91
var proxy = [
92
- 'https://cors-anywhere.herokuapp.com/',
93
- 'https://yacdn.org/proxy/',
94
'https://api.codetabs.com/v1/proxy/?quest='
95
];
96
return fetch(proxy[i] + url, options).then(function (res) {
0 commit comments