mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
Run Whitelisting Test
This commit is contained in:
parent
b2100d15ce
commit
74de36abac
2 changed files with 1 additions and 13 deletions
|
@ -59,6 +59,4 @@
|
|||
# "~*\bsome\-very\-bad\-useragentname2\b" 3;
|
||||
|
||||
"~*(?:\b)Nutch(?:\b|)" 0;
|
||||
#"~*\bNutch\b" 0;
|
||||
#"~*Nutch" 0;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue