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.
1 parent a9b391d commit ed8195eCopy full SHA for ed8195e
htmlpreview.js
@@ -88,8 +88,9 @@
88
89
var fetchProxy = function (url, options, i) {
90
var proxy = [
91
+ 'https://cors-anywhere.herokuapp.com/',
92
'https://yacdn.org/serve/',
- 'https://cors-anywhere.herokuapp.com/'
93
+ 'https://api.codetabs.com/v1/proxy/?quest='
94
];
95
return fetch(proxy[i] + url, options).then(function (res) {
96
return res.text();
0 commit comments