Check if response body inspection is enabled before process it

This commit is contained in:
Felipe Zimmerle
2018-05-08 09:23:16 -03:00
parent 389cc25359
commit 42a472adbd
9 changed files with 20 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
},
"rules":[
"SecRuleEngine On",
"SecResponseBodyAccess On",
"SecRule RESPONSE_BODY \"@contains denystring\" \"id:1,phase:4,deny\""
]
}