mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-20 19:55:25 +08:00
WAF策略中增加验证码相关定制设置
This commit is contained in:
@@ -2,6 +2,8 @@ package firewallconfigs
|
||||
|
||||
// HTTPFirewallBlockAction url client configure
|
||||
type HTTPFirewallBlockAction struct {
|
||||
IsPrior bool `yaml:"isPrior" json:"isPrior"`
|
||||
|
||||
StatusCode int `yaml:"statusCode" json:"statusCode"`
|
||||
Body string `yaml:"body" json:"body"` // supports HTML
|
||||
URL string `yaml:"url" json:"url"`
|
||||
|
||||
Reference in New Issue
Block a user