From ca6756d74d05dc7803e86ae1117c0ac49deabba4 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Fri, 21 Jun 2019 11:22:36 +0200 Subject: [PATCH] Add Test Case to Test Unit REF: #264 --- .dev-tools/globalblacklist-testing.template | 4 ++++ 1 file changed, 4 insertions(+) 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;