diff options
-rw-r--r-- | html/web-font-vacuum/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/web-font-vacuum/app.js b/html/web-font-vacuum/app.js index b1aada2..2dc91ff 100644 --- a/html/web-font-vacuum/app.js +++ b/html/web-font-vacuum/app.js @@ -32,7 +32,7 @@ const CORS_PROXIES = [ }, { name: 'corsanywhere', - url: 'https://cors-anywhere.herokuapp.com/', + url: 'https://cors-anywhere.herokuapp.com/', // FIXME: pretty certain this one doesn't work without human intervention urlFormatter: url => `https://cors-anywhere.herokuapp.com/${url}` }, { |