Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit e840c481 authored by Markus Heiser's avatar Markus Heiser Committed by GitHub
Browse files

Merge pull request #2396 from return42/block-petal

[mod] limiter: block requests from PetalBot
parents e6f4765e 823c490c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ block_user_agent = re.compile(
    # unmaintained Farside instances
    + r'|'
    + re.escape(r'Mozilla/5.0 (compatible; Farside/0.1.0; +https://farside.link)')
    + '|.*PetalBot.*'
    + r')'
)