mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-07 23:30:25 +08:00
增加防盗链规则参数
This commit is contained in:
@@ -192,6 +192,14 @@ var AllCheckpoints = []*HTTPFirewallCheckpointDefinition{
|
|||||||
IsRequest: true,
|
IsRequest: true,
|
||||||
IsComposed: true,
|
IsComposed: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "防盗链",
|
||||||
|
Prefix: "refererBlock",
|
||||||
|
Description: "对统计对象进行统计",
|
||||||
|
HasParams: false,
|
||||||
|
IsRequest: true,
|
||||||
|
IsComposed: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Name: "CC统计(旧)",
|
Name: "CC统计(旧)",
|
||||||
Prefix: "cc",
|
Prefix: "cc",
|
||||||
|
|||||||
Reference in New Issue
Block a user