]> git.mxchange.org Git - friendica-addons.git/commitdiff
Added false positive
authorMichael <heluecht@pirati.ca>
Thu, 30 May 2019 04:17:35 +0000 (04:17 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 30 May 2019 04:17:35 +0000 (04:17 +0000)
blockbot/blockbot.php

index 60fbca7b4e5a41522563db34d1964c03bca64c71..2f4de3f967a42235d53daea24f3b763fb13c8b2e 100644 (file)
@@ -64,7 +64,7 @@ function blockbot_init_1(App $a) {
                'curl', 'zgrab', 'Go-http-client', 'curb', 'github.com', 'reqwest', 'Feedly/',
                'Python-urllib/', 'Liferea/', 'aiohttp/', 'WordPress.com Reader', 'hackney/',
                'Faraday v', 'okhttp', 'UniversalFeedParser', 'PixelFedBot', 'python-requests',
-               'WordPress/', 'http.rb/', 'Apache-HttpClient/', 'WordPress.com;'];
+               'WordPress/', 'http.rb/', 'Apache-HttpClient/', 'WordPress.com;', 'Pleroma'];
 
        foreach ($agents as $agent) {
                if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {