mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds support for ctl:ruleRemoveByTag action
This commit is contained in:
@@ -438,6 +438,11 @@ class Transaction : public TransactionAnchoredVariables {
|
||||
*/
|
||||
std::list<int > m_ruleRemoveById;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
std::list<std::string> m_ruleRemoveByTag;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user