mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds initial support to SecHttpBlKey
This commit is contained in:
committed by
Felipe Zimmerle
parent
515e073503
commit
53ff0e1a57
@@ -321,6 +321,7 @@ class RulesProperties {
|
||||
|
||||
if (from->m_httpblKey.m_set == true) {
|
||||
to->m_httpblKey.m_value = from->m_httpblKey.m_value;
|
||||
to->m_httpblKey.m_set = from->m_httpblKey.m_set;
|
||||
}
|
||||
|
||||
to->m_exceptions.merge(from->m_exceptions);
|
||||
|
Reference in New Issue
Block a user