mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-15 15:16:35 +08:00
WAF检查项增加“所有报头名称”
This commit is contained in:
@@ -226,6 +226,14 @@ var AllCheckpoints = []*CheckpointDefinition{
|
||||
Instance: new(RequestHeadersCheckpoint),
|
||||
Priority: 100,
|
||||
},
|
||||
{
|
||||
Name: "所有请求报头名称",
|
||||
Prefix: "headerNames",
|
||||
Description: "使用换行符(\\n)隔开的报头名称字符串,每行一个名称",
|
||||
HasParams: false,
|
||||
Instance: new(RequestHeaderNamesCheckpoint),
|
||||
Priority: 100,
|
||||
},
|
||||
{
|
||||
Name: "单个Header值",
|
||||
Prefix: "header",
|
||||
|
||||
Reference in New Issue
Block a user