mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Informs the https client a key if any is given
This commit is contained in:
parent
3d1d0514fd
commit
578dabea8b
@ -524,6 +524,7 @@ CONFIG_DIR_UNICODE_MAP_FILE (?i:SecUnicodeMapFile)
|
||||
std::vector<std::string> conf = split(yytext, ' ');
|
||||
key = conf[1];
|
||||
url = conf[2];
|
||||
c.setKey(key);
|
||||
|
||||
driver.ref.push_back(url);
|
||||
driver.loc.push_back(new yy::location());
|
||||
|
Loading…
x
Reference in New Issue
Block a user