From 3e3f7b2cc66318cf890c15f7801de1f647bad7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Fri, 19 Jan 2024 11:13:01 +0800 Subject: [PATCH] =?UTF-8?q?WAF=E5=8A=A8=E4=BD=9C=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BA=E2=80=9C=E6=98=BE=E7=A4=BA=E7=BD=91?= =?UTF-8?q?=E9=A1=B5=EF=BC=88page=EF=BC=89=E2=80=9D=EF=BC=8C=E5=87=8F?= =?UTF-8?q?=E5=B0=91=E5=9B=A0=E9=94=99=E8=AF=AF=E8=A7=84=E5=88=99=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84IP=E5=B0=81=E7=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/server/http-firewall-actions-box.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/js/components/server/http-firewall-actions-box.js b/web/public/js/components/server/http-firewall-actions-box.js index 379e1f97..8b9bef3d 100644 --- a/web/public/js/components/server/http-firewall-actions-box.js +++ b/web/public/js/components/server/http-firewall-actions-box.js @@ -271,7 +271,7 @@ Vue.component("http-firewall-actions-box", { methods: { add: function () { this.action = null - this.actionCode = "block" + this.actionCode = "page" this.isAdding = true this.actionOptions = {}