From c94a51f47b3635134e6d0ba7be399e232bec9c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Tue, 9 Jan 2024 15:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96WAF=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E8=BE=93=E5=85=A5=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/waf/captcha_validator.go | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/internal/waf/captcha_validator.go b/internal/waf/captcha_validator.go index 8ead8b1..1a63c9f 100644 --- a/internal/waf/captcha_validator.go +++ b/internal/waf/captcha_validator.go @@ -262,7 +262,7 @@ func (this *CaptchaValidator) showVerifyCodesForm(actionConfig *CaptchaAction, r } var msgHTML = ` - + ` + msgTitle + ` @@ -281,9 +281,13 @@ func (this *CaptchaValidator) showVerifyCodesForm(actionConfig *CaptchaAction, r }