进一步缩短WAF Request Body检查尺寸

This commit is contained in:
GoEdgeLab
2023-12-05 16:53:43 +08:00
parent 46bf106316
commit d8761f1c79

View File

@@ -2,7 +2,7 @@ package firewallconfigs
import "encoding/json"
const DefaultMaxRequestBodySize int64 = 512 << 10
const DefaultMaxRequestBodySize int64 = 256 << 10
// HTTPFirewallPolicy 防火墙策略
type HTTPFirewallPolicy struct {