mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Check if response body inspection is enabled before process it
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
"SecResponseBodyAccess On",
|
||||
"SecRule RESPONSE_BODY \"@contains denystring\" \"id:1,phase:4,deny\""
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user