From 94774021b2f6e158cbcdfae4cc49cff2728589b9 Mon Sep 17 00:00:00 2001 From: edim24 Date: Tue, 8 Sep 2026 21:32:06 +0300 Subject: [PATCH] Update rules for Yandex.Metrika Add a scripts detection rule for Yandex.Metrika to identify installations where tag.js is referenced by an inline dynamic loader but appended to the DOM after a delay or user interaction. This complements the existing scriptSrc rule and prevents missed detections. --- src/technologies/y.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/technologies/y.json b/src/technologies/y.json index 2c5361c2..981916e2 100644 --- a/src/technologies/y.json +++ b/src/technologies/y.json @@ -276,6 +276,10 @@ "mc\\.yandex\\.ru/metrika/(?:tag|watch)\\.js", "cdn\\.jsdelivr\\.net/npm/yandex\\-metrica\\-watch/(?:tag|watch)\\.js" ], + "scripts": [ + "mc\\.yandex\\.ru/metrika/(?:tag|watch)\\.js", + "cdn\\.jsdelivr\\.net/npm/yandex\\-metrica\\-watch/(?:tag|watch)\\.js" + ], "website": "https://metrika.yandex.com" }, "Yapla": {