about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2025-03-15 21:02:32 -0400
committerelioat <elioat@tilde.institute>2025-03-15 21:02:32 -0400
commite0bce981fdd1b71eafb1a2064b58e05d6f08d33f (patch)
tree1691dbd1693a791a24da53475834a806f3b08f2b
parentaec05d63db9a58a2df90cbef1fee0cafd811b1a8 (diff)
downloadtour-e0bce981fdd1b71eafb1a2064b58e05d6f08d33f.tar.gz
*
-rw-r--r--html/web-font-vacuum/app.js2
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}`
     },
     {