WAF人机识别实现点击验证和滑动解锁验证/单个网站可以设置默认的人机识别方式

This commit is contained in:
GoEdgeLab
2023-11-15 15:12:08 +08:00
parent 9af6080607
commit d36dee39fe
4 changed files with 74 additions and 2 deletions

View File

@@ -12,9 +12,9 @@ var AllActions = []*HTTPFirewallActionDefinition{
Category: HTTPFirewallActionCategoryBlock,
},
{
Name: "Captcha验证码",
Name: "Captcha人机识别",
Code: HTTPFirewallActionCaptcha,
Description: "在浏览器使用验证码来验证客户端。",
Description: "在浏览器使用人机识别机制(比如验证码来验证客户端。",
Category: HTTPFirewallActionCategoryVerify,
},
{