mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Adds support to SecResponseBodyLimit directive and OUTBOUND_DATA_ERROR var
This commit is contained in:
@@ -88,6 +88,7 @@ class Driver {
|
||||
bool sec_request_body_access;
|
||||
bool sec_response_body_access;
|
||||
int requestBodyLimit;
|
||||
int responseBodyLimit;
|
||||
|
||||
std::string debug_log_path;
|
||||
std::list<std::string> components;
|
||||
|
Reference in New Issue
Block a user