mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Initial support to load rules from a remote server
New directive `SecRemoteRules' was added. It allows the user to load a set of rules from a given HTTP server.
This commit is contained in:
@@ -170,4 +170,8 @@ struct msc_curl_memory_buffer_t
|
||||
size_t size;
|
||||
};
|
||||
|
||||
#ifdef WIN32
|
||||
char *strtok_r(char *str, const char *delim, char **nextp);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user