减少默认的WAF检查尺寸

This commit is contained in:
GoEdgeLab
2023-08-09 17:56:15 +08:00
parent 6b96c56787
commit 8c97f17f92

View File

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