Add hackney as bot
This commit is contained in:
+6
-5
@@ -210,14 +210,15 @@ var bots = map[string]bool{
|
|||||||
}
|
}
|
||||||
|
|
||||||
var botPrefixes = []string{
|
var botPrefixes = []string{
|
||||||
"http.rb/",
|
|
||||||
"PHP/",
|
|
||||||
"python-requests/",
|
|
||||||
"Mozilla/5.0 (compatible; AhrefsBot/",
|
"Mozilla/5.0 (compatible; AhrefsBot/",
|
||||||
"Twitterbot/",
|
|
||||||
"TelegramBot",
|
|
||||||
"Mozilla/5.0 (compatible; Applebot/",
|
"Mozilla/5.0 (compatible; Applebot/",
|
||||||
"Mozilla/5.0 (compatible; archive.org_bot",
|
"Mozilla/5.0 (compatible; archive.org_bot",
|
||||||
|
"PHP/",
|
||||||
|
"TelegramBot",
|
||||||
|
"Twitterbot/",
|
||||||
|
"hackney/",
|
||||||
|
"http.rb/",
|
||||||
|
"python-requests/",
|
||||||
}
|
}
|
||||||
|
|
||||||
// IsBot returns whether or not the provided User-Agent string is a known bot
|
// IsBot returns whether or not the provided User-Agent string is a known bot
|
||||||
|
|||||||
Reference in New Issue
Block a user