mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds support to load remote rules
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
SecRuleEngine On
|
||||
SecDebugLog /tmp/modsec_debug.log
|
||||
SecDebugLogLevel 9
|
||||
|
||||
SecRule ARGS:test "@detectSQLi" "allow"
|
||||
SecRule ARGS|ARGS:test "!@contains asdfsafdt" "allow"
|
||||
SecRule ARGS "@detectSQLi" "allow"
|
||||
|
Reference in New Issue
Block a user