Add Test Case to Test Unit REF: #264

This commit is contained in:
Mitchell Krog 2019-06-21 11:22:36 +02:00
parent ce90a35f91
commit ca6756d74d
No known key found for this signature in database
GPG key ID: C243C388553EDE5D

View file

@ -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;