diff --git a/Apache_2.2/custom.d/globalblacklist.conf b/Apache_2.2/custom.d/globalblacklist.conf index bbc992810..f08534a8f 100755 --- a/Apache_2.2/custom.d/globalblacklist.conf +++ b/Apache_2.2/custom.d/globalblacklist.conf @@ -765,6 +765,7 @@ BrowserMatchNoCase "(?:\b)domainsproject.org(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)eCatch(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)evc-batch(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)facebookscraper(?:\b)" bad_bot +BrowserMatchNoCase "(?:\b)fidget-spinner-bot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)gopher(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)heritrix(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)instabid(?:\b)" bad_bot @@ -806,6 +807,7 @@ BrowserMatchNoCase "(?:\b)sp_auditbot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)spyfu(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)sysscan(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)tAkeOut(?:\b)" bad_bot +BrowserMatchNoCase "(?:\b)thesis-research-bot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)trendiction.com(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)trendiction.de(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)ubermetrics-technologies.com(?:\b)" bad_bot diff --git a/Apache_2.4/custom.d/globalblacklist.conf b/Apache_2.4/custom.d/globalblacklist.conf index 007c7645b..f1d34d568 100644 --- a/Apache_2.4/custom.d/globalblacklist.conf +++ b/Apache_2.4/custom.d/globalblacklist.conf @@ -758,6 +758,7 @@ BrowserMatchNoCase "(?:\b)domainsproject.org(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)eCatch(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)evc-batch(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)facebookscraper(?:\b)" bad_bot +BrowserMatchNoCase "(?:\b)fidget-spinner-bot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)gopher(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)heritrix(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)instabid(?:\b)" bad_bot @@ -799,6 +800,7 @@ BrowserMatchNoCase "(?:\b)sp_auditbot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)spyfu(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)sysscan(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)tAkeOut(?:\b)" bad_bot +BrowserMatchNoCase "(?:\b)thesis-research-bot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)trendiction.com(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)trendiction.de(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)ubermetrics-technologies.com(?:\b)" bad_bot