mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-03 13:04:37 +03:00
Cosmetics: fix actions on yy file
- added action for: ctl:requestBodyProcessor=XML ctl:requestBodyProcessor=JSON - added CONFIG_DIR_REQ_BODY_NO_FILES_LIMIT
This commit is contained in:
@@ -25,8 +25,8 @@ namespace ModSecurity {
|
||||
namespace Parser {
|
||||
|
||||
Driver::Driver()
|
||||
: trace_scanning(false),
|
||||
trace_parsing(false) {
|
||||
: trace_scanning(true),
|
||||
trace_parsing(true) {
|
||||
audit_log = new AuditLog();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user