Adjust allowed bot list to allow for link previews in WhatsApp and Signal (#1401)
See signalapp/Signal-Android#10060 for how Signal uses their UA Fixes #1392
This commit is contained in:
@@ -75,6 +75,7 @@ func IsUserAgentABot(userAgent string) bool {
|
||||
"mastodon",
|
||||
"pleroma",
|
||||
"applebot",
|
||||
"whatsapp",
|
||||
}
|
||||
|
||||
for _, botString := range botStrings {
|
||||
|
||||
Reference in New Issue
Block a user