mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Updated blacklist-user-agents.conf file comments
This commit is contained in:
parent
8e26c5f2d4
commit
f621ceb6c5
1 changed files with 6 additions and 0 deletions
|
@ -6,5 +6,11 @@
|
|||
# This allows you finer control of keeping certain bots blocked and automatic updates will
|
||||
# Never be able to remove this custom list of yours
|
||||
|
||||
# Plese note this include file loads first before any of the already whitelisted User-Agents
|
||||
# in the bad bot blocker. By loading first in line it over-rides anything below it so for instance
|
||||
# if you want to block Baidu, Google or Bing for any reason you add them to this file which loads
|
||||
# first and takes precedence over anything below it. This now allows even finer control over the
|
||||
# bad bot blocker. Enjoy !!!
|
||||
|
||||
"~*someverybaduseragentname1" 3;
|
||||
"~*someverybaduseragentname2" 3;
|
Loading…
Add table
Reference in a new issue