diff --git a/bots.d/blacklist-user-agents.conf b/bots.d/blacklist-user-agents.conf index 94c7e22bd..8d2f63c99 100644 --- a/bots.d/blacklist-user-agents.conf +++ b/bots.d/blacklist-user-agents.conf @@ -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;