mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Changes the rule in the example folder to something really simple
This commit is contained in:
parent
ce0d81c0da
commit
0a91f2aa4d
@ -2,6 +2,5 @@ SecRuleEngine On
|
|||||||
SecDebugLog /tmp/modsec_debug.log
|
SecDebugLog /tmp/modsec_debug.log
|
||||||
SecDebugLogLevel 9
|
SecDebugLogLevel 9
|
||||||
|
|
||||||
SecRule ARGS:test "@detectSQLi" "allow"
|
SecRule ARGS "!@contains test" "allow,log"
|
||||||
SecRule ARGS|ARGS:test "!@contains asdfsafdt" "allow"
|
SecRule ARGS "@contains test" "allow,log"
|
||||||
SecRule ARGS "@detectSQLi" "allow"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user