Add DuckDuckGo bot to our bot list

This commit is contained in:
Gabe Kangas 2022-01-06 13:06:44 -08:00
parent 6be0cecc09
commit a885e9d7d7
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -79,6 +79,7 @@ func IsUserAgentABot(userAgent string) bool {
"synapse",
"element",
"rocket.chat",
"duckduckbot",
}
for _, botString := range botStrings {