mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
setvar: needs review
This commit is contained in:
@@ -111,8 +111,8 @@
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
"SecRule REQUEST_HEADERS \"@contains PHPSESSID\" \"id:1,capture,t:lowercase,t:none,msg:'This is a test: %{TX.0}% ops'\"",
|
||||
"SecRule TX \"@contains to_test\" \"id:2,t:lowercase,capture,t:none\""
|
||||
"SecRule REQUEST_HEADERS \"@rx PHPSESSID\" \"id:1,capture,t:lowercase,t:none,msg:'This is a test: %{TX.0}% ops'\"",
|
||||
"SecRule TX \"@rx to_test\" \"id:2,t:lowercase,capture,t:none\""
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user