]> git.mxchange.org Git - friendica-addons.git/commitdiff
And another bot
authorMichael <heluecht@pirati.ca>
Wed, 10 Jul 2019 02:16:57 +0000 (02:16 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 10 Jul 2019 02:16:57 +0000 (02:16 +0000)
blockbot/blockbot.php

index 073923d544947baf4218e0aeab9e14b1a1ccb64b..3cac5042f5e737d2d9eeb96385cd7de819ae71dd 100644 (file)
@@ -48,7 +48,8 @@ function blockbot_init_1(App $a) {
                'DuckDuckBot-Https/', 'HTTP Banner Detection', 'YandexImages/', 'archive.org_bot',
                'ArchiveTeam ArchiveBot/', 'yacybot', 'https://developers.google.com/+/web/snippet/',
                'Scrapy/', 'github-camo', 'MJ12bot/', 'DotBot/', 'Pinterestbot/', 'Jooblebot/',
-               'Cliqzbot/', 'YaK/', 'Mediatoolkitbot', 'Snacktory', 'FunWebProducts', 'oBot/'];
+               'Cliqzbot/', 'YaK/', 'Mediatoolkitbot', 'Snacktory', 'FunWebProducts', 'oBot/',
+               '7Siters/'];
 
        foreach ($agents as $agent) {
                if (stristr($_SERVER['HTTP_USER_AGENT'], $agent)) {