WAF策略中增加验证码相关定制设置

This commit is contained in:
刘祥超
2022-05-20 22:10:58 +08:00
parent a660815df7
commit 8c450a9b43
6 changed files with 43 additions and 15 deletions

View File

@@ -95,6 +95,7 @@ message UpdateHTTPFirewallPolicyRequest {
string description = 4;
repeated string firewallGroupCodes = 5;
bytes blockOptionsJSON = 6;
bytes captchaOptionsJSON = 11;
string mode = 7;
bool useLocalFirewall = 8;
bytes synFloodJSON = 9;