From 2dec7a91a39b42725ed1d7fc82ad2e5cfe032cf2 Mon Sep 17 00:00:00 2001 From: 174001602 <58964152+174001602@users.noreply.github.com> Date: Tue, 17 Dec 2019 12:03:13 +0800 Subject: [PATCH] patch 20191217 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 开启默认post数据过滤 --- access.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/access.lua b/access.lua index ec615f9..948f5cc 100644 --- a/access.lua +++ b/access.lua @@ -16,7 +16,7 @@ local function waf_main() elseif cookie_attack_check() then elseif url_attack_check() then elseif url_args_attack_check() then - --elseif post_attack_check() then + elseif post_attack_check() then else return end