mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adjust hook placement so mod_breach_trans fixes the request before us.
This commit is contained in:
@@ -1028,6 +1028,7 @@ static void register_hooks(apr_pool_t *mp) {
|
|||||||
"mod_rpaf.c",
|
"mod_rpaf.c",
|
||||||
"mod_extract_forwarded2.c",
|
"mod_extract_forwarded2.c",
|
||||||
"mod_breach_realip.c",
|
"mod_breach_realip.c",
|
||||||
|
"mod_breach_trans.c",
|
||||||
"mod_unique_id.c",
|
"mod_unique_id.c",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user