Moved a bot to the good crawlers

pull/1218/head
Michael 2021-12-08 20:08:14 +00:00
parent 9f69e05069
commit eb967c5433
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ function blockbot_init_1(App $a) {
// List of "good" crawlers
$good_agents = ['fediverse.space crawler', 'fediverse.network crawler', 'Active_Pods_CheckBot_3.0',
'Social-Relay/', 'Test Certificate Info', 'Uptimebot/', 'GNUSocialBot', 'UptimeRobot/',
'PTST/', 'Zabbix'];
'PTST/', 'Zabbix', 'Poduptime/'];
// List of known crawlers.
$agents = ['SemrushBot', 's~feedly-nikon3', 'Qwantify/Bleriot/', 'ltx71', 'Sogou web spider/',
@ -118,7 +118,7 @@ function blockbot_init_1(App $a) {
'lua-resty-http/', 'Tiny Tiny RSS/', 'Wget/', 'PostmanRuntime/',
'W3C_Validator/', 'NetNewsWire', 'FeedValidator/', 'theoldreader.com', 'axios/',
'Paw/', 'PeerTube/', 'fedi.inex.dev', 'FediDB/', 'index.community crawler',
'Poduptime/', 'Slackbot-LinkExpanding'];
'Slackbot-LinkExpanding'];
if (DI::config()->get('blockbot', 'good_crawlers')) {
$agents = array_merge($agents, $good_agents);