mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-17 19:00:25 +08:00
WAF参数中增加“请求来源”
This commit is contained in:
@@ -163,7 +163,15 @@ var AllCheckpoints = []*CheckpointDefinition{
|
||||
Priority: 100,
|
||||
},
|
||||
{
|
||||
Name: "请求来源URL",
|
||||
Name: "请求来源",
|
||||
Prefix: "refererOrigin",
|
||||
Description: "请求报头中的Referer或Origin值",
|
||||
HasParams: false,
|
||||
Instance: new(RequestRefererOriginCheckpoint),
|
||||
Priority: 100,
|
||||
},
|
||||
{
|
||||
Name: "请求来源Referer",
|
||||
Prefix: "referer",
|
||||
Description: "请求Header中的Referer值",
|
||||
HasParams: false,
|
||||
|
||||
Reference in New Issue
Block a user