mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Removes SecDebugLog directive from the test cases
This commit is contained in:
@@ -54,8 +54,6 @@
|
||||
},
|
||||
"rules": [
|
||||
"SecRuleEngine On",
|
||||
"SecDebugLog \/tmp\/modsec_debug.log",
|
||||
"SecDebugLogLevel 9",
|
||||
"SecRule REQUEST_COOKIES \"@contains test \" \"id:1,t:lowercase,t:none\""
|
||||
]
|
||||
},
|
||||
@@ -114,8 +112,6 @@
|
||||
},
|
||||
"rules": [
|
||||
"SecRuleEngine On",
|
||||
"SecDebugLog \/tmp\/modsec_debug.log",
|
||||
"SecDebugLogLevel 9",
|
||||
"SecRule REQUEST_COOKIES \"@contains test \" \"id:14,t:none,t:lowercase\""
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user