From d9ed1990bcdc7417e038033e20c4fe22becf62e6 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Wed, 14 May 2025 20:20:04 -0700 Subject: [PATCH] Add Yandex questions loops to global ignore set These exponentially grow quite fast, quickly reaching millions of junk URLs. --- db/ignore_patterns/global.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/ignore_patterns/global.json b/db/ignore_patterns/global.json index b7e9bfcf..2e28f19e 100644 --- a/db/ignore_patterns/global.json +++ b/db/ignore_patterns/global.json @@ -220,7 +220,8 @@ "^https?://github\\.com/zloirock/core-js/", "^https?://www\\.google\\.com/calendar/(render|event)\\?", "^https?://outlook\\.(office|live)\\.com/owa/?\\?", - "^https?://twemoji\\.maxcdn\\.com/" + "^https?://twemoji\\.maxcdn\\.com/", + "^https?://yandex\\.ru/q/.*(\\.(svg|js|jpg|png)$|/%22data:image/svg)" ], "type": "ignore_patterns" }