]> git.mxchange.org Git - friendica-addons.git/commitdiff
One false positive, many bots added
authorMichael <heluecht@pirati.ca>
Thu, 6 Jun 2019 20:31:16 +0000 (20:31 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 6 Jun 2019 20:31:16 +0000 (20:31 +0000)
blockbot/blockbot.php

index 11c95ff61879e83e8824d5c9050903f6e43a1d1e..69f9fc01683165c0ceee8953a06cfa716ed95cdd 100644 (file)
@@ -40,7 +40,9 @@ function blockbot_init_1(App $a) {
                'facebookexternalhit/', 'GoogleImageProxy', 'bingbot/', 'heritrix/', 'ldspider',
                'AwarioRssBot/', 'Zabbix', 'TweetmemeBot/', 'dcrawl/', 'PhantomJS/', 'Googlebot-Image/',
                'CrowdTanglebot/', 'Mediapartners-Google', 'Baiduspider/', 'datagnionbot',
-               'MegaIndex.ru/', 'SMUrlExpander', 'Hatena-Favicon/'];
+               'MegaIndex.ru/', 'SMUrlExpander', 'Hatena-Favicon/', 'Wappalyzer', 'FlipboardProxy/',
+               'NetcraftSurveyAgent/', 'Dataprovider.com', 'SMTBot/', 'Nimbostratus-Bot/',
+               'DuckDuckGo-Favicons-Bot/', 'IndieWebCards/', 'proximic', 'netEstate NE Crawler'];
 
        foreach ($agents as $agent) {
                if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {
@@ -66,7 +68,7 @@ function blockbot_init_1(App $a) {
                'Python-urllib/', 'Liferea/', 'aiohttp/', 'WordPress.com Reader', 'hackney/',
                'Faraday v', 'okhttp', 'UniversalFeedParser', 'PixelFedBot', 'python-requests',
                'WordPress/', 'http.rb/', 'Apache-HttpClient/', 'WordPress.com;', 'Pleroma',
-               'Dispatch/'];
+               'Dispatch/', 'Ruby'];
 
        foreach ($agents as $agent) {
                if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {