From b5f96e17f94a8567fb8641fa90d6b379fdb27b3b Mon Sep 17 00:00:00 2001 From: Samuel Tschiedel <431708+aisamu@users.noreply.github.com> Date: Sat, 25 Oct 2025 16:46:49 -0300 Subject: [PATCH] Exempt endpoints for Google AI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Google’s AI-generated search results (“AI mode”) use the /async/folif endpoint to fetch live content fragments. ClearURLs currently strips parameters such as `ei` and `ved`, and AI requests then fail with a 400. --- data.min.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data.min.json b/data.min.json index 867124c..3836bcc 100644 --- a/data.min.json +++ b/data.min.json @@ -181,6 +181,7 @@ "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/(?:complete\\/search|setprefs|searchbyimage)", "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/(?:appsactivity|aclk\\?)", "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/safe[-]?browsing\\/([^&]+)" + "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/async\\/.*" ], "redirections": [ "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/url\\?.*?(?:url|q)=(https?[^&]+)",