]> git.mxchange.org Git - friendica-addons.git/commitdiff
Blockbot: some good guys and bad guys added
authorMichael <heluecht@pirati.ca>
Wed, 11 Aug 2021 07:50:55 +0000 (07:50 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 11 Aug 2021 07:50:55 +0000 (07:50 +0000)
blockbot/blockbot.php

index 0feb8d5cc43c881de922377055ab845d59e093ec..3c5e33195bb9430d0bf2469631d46b3c35ffe6f3 100644 (file)
@@ -73,7 +73,8 @@ function blockbot_init_1(App $a) {
                'SummalyBot/', 'DNSResearchBot/', 'PetalBot;', 'Nmap Scripting Engine;',
                'Google-Apps-Script; beanserver;', 'woorankreview/', 'Seekport Crawler;', 'AHC/',
                'SkypeUriPreview Preview/', 'Semanticbot/', 'Embed PHP library', 'XoviOnpageCrawler;',
-               'GetHPinfo.com-Bot/', 'BoardReader Favicon Fetcher'];
+               'GetHPinfo.com-Bot/', 'BoardReader Favicon Fetcher', 'Google-Adwords-Instant', 'newspaper/',
+               'YurichevBot/', 'Crawling at Home Project'];
 
        if (!DI::config()->get('blockbot', 'good_crawlers')) {
                $agents = array_merge($agents, $good_agents);
@@ -114,7 +115,8 @@ function blockbot_init_1(App $a) {
                'WordPress/', 'http.rb/', 'Apache-HttpClient/', 'WordPress.com;', 'Pleroma',
                'Dispatch/', 'Ruby', 'Java/', 'libwww-perl/', 'Mastodon/', 'FeedlyApp/',
                'lua-resty-http/', 'Tiny Tiny RSS/', 'Wget/', 'PostmanRuntime/',
-               'W3C_Validator/', 'NetNewsWire', 'FeedValidator/', 'theoldreader.com', 'axios/'];
+               'W3C_Validator/', 'NetNewsWire', 'FeedValidator/', 'theoldreader.com', 'axios/',
+               'Paw/', 'PeerTube/', 'fedi.inex.dev', 'FediDB/', 'index.community crawler'];
 
        if (DI::config()->get('blockbot', 'good_crawlers')) {
                $agents = array_merge($agents, $good_agents);