diff --git a/.dev-tools/globalblacklist-testing.template b/.dev-tools/globalblacklist-testing.template index aacf11b51..093346bc7 100644 --- a/.dev-tools/globalblacklist-testing.template +++ b/.dev-tools/globalblacklist-testing.template @@ -706,6 +706,10 @@ map $http_user_agent $bad_bot { # Allow Good User-Agent Strings We Know and Trust # *********************************************** +# TEST CASES +# ********** + "~*(?:\b|)Mozilla(?:|\s|,|\.|\b|\/|)" 0; + # START GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ### "~*\badidxbot\b" 0; "~*\bAdsBot-Google\b" 0;