mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 04:10:25 +08:00
WAF增加“请求报头最大长度”参数
This commit is contained in:
@@ -249,6 +249,14 @@ var AllCheckpoints = []*HTTPFirewallCheckpointDefinition{
|
||||
HasParams: true,
|
||||
Priority: 100,
|
||||
},
|
||||
{
|
||||
Name: "请求报头最大长度",
|
||||
Prefix: "headerMaxLength",
|
||||
Description: "最长的请求报头的长度。",
|
||||
IsRequest: true,
|
||||
HasParams: false,
|
||||
Priority: 100,
|
||||
},
|
||||
{
|
||||
Name: "国家/地区名称",
|
||||
Prefix: "geoCountryName",
|
||||
|
||||
Reference in New Issue
Block a user