From 589406d11dc2a93d11c25b997e842142c44e0eab Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 7 Dec 2025 08:49:28 -0500 Subject: [PATCH] Fix CORS proxy URL to cors-proxy.uncloseai.com --- templates/chat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chat.html b/templates/chat.html index 5279bb1..dfcae49 100644 --- a/templates/chat.html +++ b/templates/chat.html @@ -140,7 +140,7 @@ const imageDescriptionCache = new Map(); // Cache descriptions by image src has const imageBase64Cache = new Map(); // Cache fetched external images as base64 // CORS proxy for ethical external image fetching (respects robots.txt) -const CORS_PROXY_URL = 'https://proxy.unturf.com/api/fetch'; +const CORS_PROXY_URL = 'https://cors-proxy.uncloseai.com/api/fetch'; // Check vision availability on load async function initVisionCapability() {