From b4f5f28102c9cf8b1f3e573c34b2b8140ab3c117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 10 Jan 2022 10:56:08 +0800 Subject: [PATCH] =?UTF-8?q?WAF=E6=A8=A1=E6=9D=BF--=E7=88=AC=E8=99=AB?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E9=BB=98=E8=AE=A4=E4=B8=8D=E5=B0=81=E7=A6=81?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=BC=95=E6=93=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/serverconfigs/firewallconfigs/http_firewall_template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/serverconfigs/firewallconfigs/http_firewall_template.go b/pkg/serverconfigs/firewallconfigs/http_firewall_template.go index 8c435a1..6e16258 100644 --- a/pkg/serverconfigs/firewallconfigs/http_firewall_template.go +++ b/pkg/serverconfigs/firewallconfigs/http_firewall_template.go @@ -420,7 +420,7 @@ func HTTPFirewallTemplate() *HTTPFirewallPolicy { { set := &HTTPFirewallRuleSet{} - set.IsOn = true + set.IsOn = false set.Name = "搜索引擎" set.Code = "20001" set.Connector = HTTPFirewallRuleConnectorOr