naxsi icon indicating copy to clipboard operation
naxsi copied to clipboard

how to add whitelist special cookie name?

Open mhf-ir opened this issue 2 years ago • 1 comments

BasicRule wl:0 "mz:$HEADERS_VAR:cookie";

It's seems exclude all cookies.

curl -H 'Cookie: itsok=../traverse; idono=SELECT * FROM'

how to just whitelist itsok ?

mhf-ir avatar Mar 04 '22 11:03 mhf-ir

@mhf-ir using sample

BasicRule wl:0 "mz:$HEADERS_VAR:itsok";

vncloudsco avatar Apr 08 '22 08:04 vncloudsco