Force Applebot to be seen as a scraping bot. Closes #134
This commit is contained in:
@@ -53,6 +53,7 @@ func IsUserAgentABot(userAgent string) bool {
|
||||
botStrings := []string{
|
||||
"mastodon",
|
||||
"pleroma",
|
||||
"applebot",
|
||||
}
|
||||
|
||||
for _, botString := range botStrings {
|
||||
|
||||
Reference in New Issue
Block a user