From 3d91ba4623e3d8538d61d610cae3935178f623bf Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Apr 2021 16:23:14 +0000 Subject: Extend allowed places for directive --- Inject.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Inject.pm b/Inject.pm index 5b6df8d..10c5934 100644 --- a/Inject.pm +++ b/Inject.pm @@ -5,12 +5,12 @@ use warnings; use Apache2::CmdParms (); use Apache2::Module (); -use Apache2::Const qw/OR_LIMIT TAKE12/; +use Apache2::Const qw/OR_LIMIT OR_AUTHCFG TAKE12/; my @directives = ( { name => 'Inject', func => __PACKAGE__.'::Inject', - req_override => OR_LIMIT, + req_override => OR_LIMIT|OR_AUTHCFG, args_how => TAKE12, errmsg => 'Inject HeadFile[!] FootFile[!]' } ); -- cgit v1.2.3