]> git.mxchange.org Git - friendica-addons.git/commitdiff
Bot added, false positive added
authorMichael <heluecht@pirati.ca>
Thu, 30 May 2019 10:32:01 +0000 (10:32 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 30 May 2019 10:32:01 +0000 (10:32 +0000)
blockbot/blockbot.php

index 03c8f1629bd72dc89282d60b681deae9beba0e2b..a7989b94ddf5e28bcb9a42b3880ce1638b2c7327 100644 (file)
@@ -38,7 +38,7 @@ function blockbot_init_1(App $a) {
                'PaperLiBot/', 'Nuzzel', 'um-LN/', 'Google Favicon', 'Datanyze', 'BLEXBot/', '360Spider',
                'adscanner/', 'HeadlessChrome', 'wpif', 'startmebot/', 'Googlebot/', 'Applebot/',
                'facebookexternalhit/', 'GoogleImageProxy', 'bingbot/', 'heritrix/', 'ldspider',
-               'AwarioRssBot/', 'Zabbix'];
+               'AwarioRssBot/', 'Zabbix', 'TweetmemeBot/'];
 
        foreach ($agents as $agent) {
                if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {
@@ -63,7 +63,8 @@ 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;', 'Pleroma'];
+               'WordPress/', 'http.rb/', 'Apache-HttpClient/', 'WordPress.com;', 'Pleroma',
+               'Dispatch/'];
 
        foreach ($agents as $agent) {
                if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {