mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-25 07:25:18 +08:00
WAF策略增加JSCookie动作选项
This commit is contained in:
@@ -18,4 +18,5 @@ message HTTPFirewallPolicy {
|
||||
bytes blockOptionsJSON = 11; // 阻止动作配置
|
||||
bytes pageOptionsJSON = 13; // 显示网页动作配置
|
||||
bytes captchaOptionsJSON = 12; // 人机识别配置
|
||||
bytes jsCookieOptionsJSON = 14; // JSCookie动作配置
|
||||
}
|
||||
@@ -101,6 +101,7 @@ message UpdateHTTPFirewallPolicyRequest {
|
||||
bytes blockOptionsJSON = 6; // 阻止动作配置
|
||||
bytes pageOptionsJSON = 15; // 显示网页动作配置
|
||||
bytes captchaOptionsJSON = 11; // 验证码动作配置
|
||||
bytes jsCookieOptionsJSON = 16; // JSCookie动作配置
|
||||
string mode = 7;
|
||||
bool useLocalFirewall = 8; // 是否使用本地防火墙
|
||||
bytes synFloodJSON = 9; // SYN Flood相关配置
|
||||
|
||||
Reference in New Issue
Block a user