mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-18 17:35:18 +08:00
WAF增加“跳转”动作
This commit is contained in:
@@ -35,6 +35,12 @@ var AllActions = []*HTTPFirewallActionDefinition{
|
||||
Description: "在网页中显示提示文字。",
|
||||
Category: HTTPFirewallActionCategoryBlock,
|
||||
},
|
||||
{
|
||||
Name: "跳转",
|
||||
Code: HTTPFirewallActionRedirect,
|
||||
Description: "跳转到新的URL。",
|
||||
Category: HTTPFirewallActionCategoryBlock,
|
||||
},
|
||||
{
|
||||
Name: "允许通过",
|
||||
Code: HTTPFirewallActionAllow,
|
||||
|
||||
Reference in New Issue
Block a user