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

This commit is contained in:
GoEdgeLab
2022-05-21 20:00:34 +08:00
parent d23c4b244f
commit 106955b01b

View File

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