From 5a77fdf8079e1ca5921513082999eaf55dc85a22 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 14 Sep 2023 14:26:53 -0400 Subject: [PATCH] Add "archive.org_bot" as bot phrase --- bots/bots.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bots/bots.go b/bots/bots.go index e3f5a83..5d77212 100644 --- a/bots/bots.go +++ b/bots/bots.go @@ -422,6 +422,7 @@ var botPrefixes = []string{ var botPhrases = []string{ "bingbot", "Googlebot", + "archive.org_bot", } // IsBot returns whether or not the provided User-Agent string is a known bot