mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds the `crypto' option to SecRemoteRules directive
Originally the SecRemoteRules fetch the rules from an remote server in an specific format, using cryptography. This patch adds the possibility to load rules in plain/text format.
This commit is contained in:
@@ -45,6 +45,7 @@ struct msc_remote_rules_server {
|
||||
const char *uri;
|
||||
const char *key;
|
||||
int amount_of_rules;
|
||||
int crypto;
|
||||
};
|
||||
|
||||
const char *msc_remote_invoke_cmd(const command_rec *cmd, cmd_parms *parms,
|
||||
|
Reference in New Issue
Block a user