Adds initial support to SecHttpBlKey

This commit is contained in:
Victor Hora
2017-07-29 00:12:14 -03:00
committed by Felipe Zimmerle
parent 515e073503
commit 53ff0e1a57
7 changed files with 5703 additions and 5639 deletions

View File

@@ -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);