Re: [mod-security-users] Exempt an argument from inspection in libmodsecurity
Brought to you by:
victorhora,
zimmerletw
|
From: Walter H. <mo...@sp...> - 2018-07-22 10:58:12
|
On 22 Jul 2018, at 12:50, Ehsan Mahdavi <ehs...@gm...> wrote:
>
> How do I totally exempt an argument from inspection? For example I need to exempt ARGS:FOO from matching with any rule.
I usually use a syntax like this:
SecAction \
"id:12345,phase:1,t:none,nolog,pass,\
ctl:ruleRemoveTargetByTag=.*;ARGS:foo"
WH
|