mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Removes SecDebugLog directive from the test cases
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
"SecDebugLog \/tmp\/modsec_debug.log",
|
||||
"SecDebugLogLevel 9",
|
||||
"SecResponseBodyLimitAction Reject",
|
||||
"SecResponseBodyLimit 5"
|
||||
]
|
||||
@@ -77,8 +75,6 @@
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
"SecDebugLog \/tmp\/modsec_debug.log",
|
||||
"SecDebugLogLevel 9",
|
||||
"SecResponseBodyLimitAction ProcessPartial",
|
||||
"SecResponseBodyLimit 5"
|
||||
]
|
||||
@@ -136,8 +132,6 @@
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
"SecDebugLog \/tmp\/modsec_debug.log",
|
||||
"SecDebugLogLevel 9",
|
||||
"SecRequestBodyLimitAction Reject",
|
||||
"SecRequestBodyLimit 5"
|
||||
]
|
||||
@@ -195,8 +189,6 @@
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
"SecDebugLog \/tmp\/modsec_debug.log",
|
||||
"SecDebugLogLevel 9",
|
||||
"SecRequestBodyLimitAction ProcessPartial",
|
||||
"SecRequestBodyLimit 5"
|
||||
]
|
||||
|
Reference in New Issue
Block a user