mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 22:56:18 +03:00
Remove one missed reference to the PDF UXSS filter
This commit is contained in:
parent
aa3b20eccb
commit
6a29308202
@ -967,13 +967,6 @@ static void hook_insert_filter(request_rec *r) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We always add the PDF XSS protection filter. */
|
|
||||||
if (msr->txcfg->debuglog_level >= 4) {
|
|
||||||
msr_log(msr, 4, "Hook insert_filter: Adding PDF XSS protection output filter (r %pp).", r);
|
|
||||||
}
|
|
||||||
|
|
||||||
ap_add_output_filter("PDFP_OUT", msr, r, r->connection);
|
|
||||||
|
|
||||||
/* Only proceed to add the second filter if the engine is enabled. */
|
/* Only proceed to add the second filter if the engine is enabled. */
|
||||||
if (msr->txcfg->is_enabled == 0) {
|
if (msr->txcfg->is_enabled == 0) {
|
||||||
if (msr->txcfg->debuglog_level >= 4) {
|
if (msr->txcfg->debuglog_level >= 4) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user