mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Adds support to SecResponseBodyMimeType
This commit is contained in:
@@ -221,6 +221,13 @@ int Rules::merge(Driver *from) {
|
||||
this->requestBodyLimitAction = from->requestBodyLimitAction;
|
||||
this->responseBodyLimitAction = from->responseBodyLimitAction;
|
||||
|
||||
for (std::set<std::string>::iterator
|
||||
it=from->m_responseBodyTypeToBeInspected.begin();
|
||||
it!=from->m_responseBodyTypeToBeInspected.end(); ++it)
|
||||
{
|
||||
m_responseBodyTypeToBeInspected.insert(*it);
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
* default Actions is something per configuration context, there is
|
||||
|
Reference in New Issue
Block a user