mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 12:20:27 +08:00
进一步缩短WAF Request Body检查尺寸
This commit is contained in:
@@ -2,7 +2,7 @@ package firewallconfigs
|
|||||||
|
|
||||||
import "encoding/json"
|
import "encoding/json"
|
||||||
|
|
||||||
const DefaultMaxRequestBodySize int64 = 512 << 10
|
const DefaultMaxRequestBodySize int64 = 256 << 10
|
||||||
|
|
||||||
// HTTPFirewallPolicy 防火墙策略
|
// HTTPFirewallPolicy 防火墙策略
|
||||||
type HTTPFirewallPolicy struct {
|
type HTTPFirewallPolicy struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user