From 7ec228302ba95e052ef46c037de0d9b832ad2852 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 16 Nov 2021 19:17:08 +0800 Subject: [PATCH] =?UTF-8?q?WAF=20block=E5=8A=A8=E4=BD=9C=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=B0=81=E9=94=81=E8=8C=83=E5=9B=B4=E4=B8=BAglobal?= 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 4ecf6b82..12b36b46 100644 --- a/web/public/js/components/server/http-firewall-actions-box.js +++ b/web/public/js/components/server/http-firewall-actions-box.js @@ -244,7 +244,7 @@ Vue.component("http-firewall-actions-box", { if (config.options.scope != null && config.options.scope.length > 0) { this.blockScope = config.options.scope } else { - this.blockScope = "service" // 兼容先前版本遗留的默认值 + this.blockScope = "global" // 兼容先前版本遗留的默认值 } break case "allow":