diff --git a/Apache_2.2/custom.d/globalblacklist.conf b/Apache_2.2/custom.d/globalblacklist.conf index 58a40dbc6..6062fc256 100755 --- a/Apache_2.2/custom.d/globalblacklist.conf +++ b/Apache_2.2/custom.d/globalblacklist.conf @@ -343,6 +343,7 @@ BrowserMatchNoCase "(?:\b)G-i-g-a-b-o-t(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)GPTBot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)GT::WWW(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)GalaxyBot(?:\b)" bad_bot +BrowserMatchNoCase "(?:\b)GeedoProductSearch(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)Genieo(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)GermCrawler(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)GetRight(?:\b)" bad_bot diff --git a/Apache_2.4/custom.d/globalblacklist.conf b/Apache_2.4/custom.d/globalblacklist.conf index 927a6f604..8e6c5a5e8 100644 --- a/Apache_2.4/custom.d/globalblacklist.conf +++ b/Apache_2.4/custom.d/globalblacklist.conf @@ -336,6 +336,7 @@ BrowserMatchNoCase "(?:\b)G-i-g-a-b-o-t(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)GPTBot(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)GT::WWW(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)GalaxyBot(?:\b)" bad_bot +BrowserMatchNoCase "(?:\b)GeedoProductSearch(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)Genieo(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)GermCrawler(?:\b)" bad_bot BrowserMatchNoCase "(?:\b)GetRight(?:\b)" bad_bot