Force Applebot to be seen as a scraping bot. Closes #134

This commit is contained in:
Gabe Kangas
2020-08-31 20:36:52 -07:00
parent 99521e6741
commit c741797472
2 changed files with 2 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ func IsUserAgentABot(userAgent string) bool {
botStrings := []string{
"mastodon",
"pleroma",
"applebot",
}
for _, botString := range botStrings {