From 58591aee3ee55608d765be81a9a5f4ef9ead5db3 Mon Sep 17 00:00:00 2001 From: Deimos Date: Tue, 10 Sep 2019 20:27:42 -0600 Subject: [PATCH] Add Prometheus to bot user agents --- tildes/tildes/request_methods.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tildes/tildes/request_methods.py b/tildes/tildes/request_methods.py index 4262fc6..bd404af 100644 --- a/tildes/tildes/request_methods.py +++ b/tildes/tildes/request_methods.py @@ -25,6 +25,7 @@ def is_bot(request: Request) -> bool: "bingbot", "Googlebot", "qotnews scraper", + "Prometheus", "Qwantify", "YandexBot", )