patch 20191217

开启默认post数据过滤
pull/5/head
174001602 2019-12-17 12:03:13 +08:00 committed by GitHub
parent 10008e82e0
commit 2dec7a91a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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