mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 10:55:57 +08:00
@ -75,6 +75,9 @@ func IsUserAgentABot(userAgent string) bool {
|
|||||||
"pleroma",
|
"pleroma",
|
||||||
"applebot",
|
"applebot",
|
||||||
"whatsapp",
|
"whatsapp",
|
||||||
|
"matrix",
|
||||||
|
"synapse",
|
||||||
|
"element",
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, botString := range botStrings {
|
for _, botString := range botStrings {
|
||||||
|
|||||||
Reference in New Issue
Block a user