mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Change ctl parameters to be case insensitive.
Initial implementation of ctl:removeRuleById. See #259.
This commit is contained in:
@@ -346,6 +346,9 @@ struct modsec_rec {
|
||||
|
||||
/* data cache */
|
||||
apr_hash_t *tcache;
|
||||
|
||||
/* removed rules */
|
||||
apr_array_header_t *removed_rules;
|
||||
};
|
||||
|
||||
struct directory_config {
|
||||
|
Reference in New Issue
Block a user