diff --git a/Apache_2.2/custom.d/globalblacklist.conf b/Apache_2.2/custom.d/globalblacklist.conf index edeb355db..a02017def 100755 --- a/Apache_2.2/custom.d/globalblacklist.conf +++ b/Apache_2.2/custom.d/globalblacklist.conf @@ -466,6 +466,7 @@ BrowserMatchNoCase "(?:\b)Meanpathbot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)Mediatoolkitbot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)MegaIndex.ru(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)Metauri(?:\b)" bad_bot +BrowserMatchNoCase "(?:\b)meta-externalagent(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)MicroMessenger(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)Microsoft\ Data\ Access(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)Microsoft\ URL\ Control(?:\b)" bad_bot diff --git a/Apache_2.4/custom.d/globalblacklist.conf b/Apache_2.4/custom.d/globalblacklist.conf index d1e08f8e8..7e2c670d0 100644 --- a/Apache_2.4/custom.d/globalblacklist.conf +++ b/Apache_2.4/custom.d/globalblacklist.conf @@ -459,6 +459,7 @@ BrowserMatchNoCase "(?:\b)Meanpathbot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)Mediatoolkitbot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)MegaIndex.ru(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)Metauri(?:\b)" bad_bot +BrowserMatchNoCase "(?:\b)meta-externalagent(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)MicroMessenger(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)Microsoft\ Data\ Access(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)Microsoft\ URL\ Control(?:\b)" bad_bot