]> git.mxchange.org Git - friendica-addons.git/commitdiff
Blockbot: add more bots to the allow and deny lists
authorMichael <heluecht@pirati.ca>
Wed, 8 Dec 2021 20:00:45 +0000 (20:00 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 8 Dec 2021 20:00:45 +0000 (20:00 +0000)
blockbot/blockbot.php

index 0ff372c502862a3b8f1a4093f5f99cf9acaf2f40..fd7528ff180157622d0d4e13989fa2cb719c7919 100644 (file)
@@ -75,7 +75,7 @@ function blockbot_init_1(App $a) {
                'Google-Apps-Script; beanserver;', 'woorankreview/', 'Seekport Crawler;', 'AHC/',
                'SkypeUriPreview Preview/', 'Semanticbot/', 'Embed PHP library', 'XoviOnpageCrawler;',
                'GetHPinfo.com-Bot/', 'BoardReader Favicon Fetcher', 'Google-Adwords-Instant', 'newspaper/',
-               'YurichevBot/', 'Crawling at Home Project'];
+               'YurichevBot/', 'Crawling at Home Project', 'InfoTigerBot/'];
 
        if (!DI::config()->get('blockbot', 'good_crawlers')) {
                $agents = array_merge($agents, $good_agents);
@@ -117,7 +117,8 @@ function blockbot_init_1(App $a) {
                'Dispatch/', 'Ruby', 'Java/', 'libwww-perl/', 'Mastodon/', 'FeedlyApp/',
                'lua-resty-http/', 'Tiny Tiny RSS/', 'Wget/', 'PostmanRuntime/',
                'W3C_Validator/', 'NetNewsWire', 'FeedValidator/', 'theoldreader.com', 'axios/',
-               'Paw/', 'PeerTube/', 'fedi.inex.dev', 'FediDB/', 'index.community crawler'];
+               'Paw/', 'PeerTube/', 'fedi.inex.dev', 'FediDB/', 'index.community crawler',
+               'Poduptime/', 'Slackbot-LinkExpanding'];
 
        if (DI::config()->get('blockbot', 'good_crawlers')) {
                $agents = array_merge($agents, $good_agents);