]> git.mxchange.org Git - friendica-addons.git/commitdiff
Two more bad bots, a single good one
authorMichael <heluecht@pirati.ca>
Mon, 10 Jun 2019 14:33:42 +0000 (14:33 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 10 Jun 2019 14:33:42 +0000 (14:33 +0000)
blockbot/blockbot.php

index 69f9fc01683165c0ceee8953a06cfa716ed95cdd..a807c6e8af5ca9a05a7b613f6d1c0f081513bedf 100644 (file)
@@ -42,7 +42,8 @@ function blockbot_init_1(App $a) {
                'CrowdTanglebot/', 'Mediapartners-Google', 'Baiduspider/', 'datagnionbot',
                'MegaIndex.ru/', 'SMUrlExpander', 'Hatena-Favicon/', 'Wappalyzer', 'FlipboardProxy/',
                'NetcraftSurveyAgent/', 'Dataprovider.com', 'SMTBot/', 'Nimbostratus-Bot/',
-               'DuckDuckGo-Favicons-Bot/', 'IndieWebCards/', 'proximic', 'netEstate NE Crawler'];
+               'DuckDuckGo-Favicons-Bot/', 'IndieWebCards/', 'proximic', 'netEstate NE Crawler',
+               'AhrefsBot/', 'YandexBot/'];
 
        foreach ($agents as $agent) {
                if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {
@@ -68,7 +69,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/', 'Ruby'];
+               'Dispatch/', 'Ruby', 'Uptimebot/'];
 
        foreach ($agents as $agent) {
                if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {