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:
Paul Lindner
2021-09-13 17:14:30 -07:00
committed by GitHub
parent 9e33a1bff2
commit d411ab86dc
2 changed files with 2 additions and 0 deletions

View File

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