Run Whitelisting Test

This commit is contained in:
Mitchell Krog 2019-06-22 16:16:08 +02:00
parent b2100d15ce
commit 74de36abac
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
2 changed files with 1 additions and 13 deletions

View file

@ -59,6 +59,4 @@
# "~*\bsome\-very\-bad\-useragentname2\b" 3;
"~*(?:\b)Nutch(?:\b|)" 0;
#"~*\bNutch\b" 0;
#"~*Nutch" 0;

View file

@ -119,6 +119,7 @@ map $http_user_agent $bad_bot {
# ***********************************************
# Use the include file below to further customize your own list of additional user-agents you wish to permanently block
# This include file allows whitelisting and blacklisting of anything specified below it, meaning you can over-ride anything in this blocker to your liking.
# ***********************************************************************************
# START CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
@ -130,21 +131,10 @@ map $http_user_agent $bad_bot {
# END CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# *********************************************************************************
# *********************************************
# Bad User-Agent Strings That We Block Outright
# *********************************************
# This includes:
# Known Vulnerability Scanners (now merged into one section)
# TEST CASES
# **********
#"~*(?:\b)ozilla(?:|\s|,|\.|\b|\/)" 3;
# START BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ###
"~*(?:\b)360Spider(?:\b|)" 3;