WAF默认验证码页面显示请求ID

This commit is contained in:
刘祥超
2022-05-21 20:00:34 +08:00
parent 6aee09b22b
commit 38005406b0

View File

@@ -30,5 +30,6 @@ func DefaultHTTPFirewallCaptchaAction() *HTTPFirewallCaptchaAction {
MaxFails: 100,
FailBlockTimeout: 3600,
FailBlockScopeAll: true,
UIShowRequestId: true,
}
}