mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
UPDATE blacklist-user-agents.conf include file [ci skip]
This commit is contained in:
parent
7a3dd016d6
commit
d294d121e6
1 changed files with 5 additions and 0 deletions
|
@ -58,3 +58,8 @@
|
|||
# "~*(?:\b)someverybaduseragentname2(?:\b|)" 3;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname2(?:\b|)" 3;
|
||||
|
||||
# Here are some default things I block on my own server, these appear in various types of injection attacks
|
||||
# You can disable them if you have problems or don't agree by switching thir value to 0
|
||||
|
||||
"~x22" 3;
|
||||
"~*({|})" 3;
|
||||
|
|
Loading…
Add table
Reference in a new issue