减少默认的WAF检查尺寸

This commit is contained in:
刘祥超
2023-08-09 17:56:15 +08:00
parent 9df5a409e6
commit 1aebbc8e39

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 {