增加防盗链规则参数

This commit is contained in:
GoEdgeLab
2021-10-19 11:38:39 +08:00
parent 97c46c5240
commit 087e2ea1b3

View File

@@ -192,6 +192,14 @@ var AllCheckpoints = []*HTTPFirewallCheckpointDefinition{
IsRequest: true,
IsComposed: true,
},
{
Name: "防盗链",
Prefix: "refererBlock",
Description: "对统计对象进行统计",
HasParams: false,
IsRequest: true,
IsComposed: true,
},
{
Name: "CC统计",
Prefix: "cc",