Browse Source

Add Prometheus to bot user agents

merge-requests/85/head
Deimos 5 years ago
parent
commit
58591aee3e
  1. 1
      tildes/tildes/request_methods.py

1
tildes/tildes/request_methods.py

@ -25,6 +25,7 @@ def is_bot(request: Request) -> bool:
"bingbot", "bingbot",
"Googlebot", "Googlebot",
"qotnews scraper", "qotnews scraper",
"Prometheus",
"Qwantify", "Qwantify",
"YandexBot", "YandexBot",
) )

Loading…
Cancel
Save