From a8482d69de2bee478295b7fd47ec46b0da5232ef Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Thu, 25 Nov 2021 12:10:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E6=97=B6=E6=98=AF=E5=90=A6=E9=9C=80=E8=A6=81=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E7=9A=84=E5=88=9D=E5=A7=8B=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/web/actions/default/servers/components/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/web/actions/default/servers/components/index.go b/internal/web/actions/default/servers/components/index.go index 690a37aa..86db960d 100644 --- a/internal/web/actions/default/servers/components/index.go +++ b/internal/web/actions/default/servers/components/index.go @@ -33,7 +33,7 @@ func (this *IndexAction) RunGet(params struct{}) { globalConfig := &serverconfigs.GlobalConfig{} // 默认值 - globalConfig.HTTPAll.DomainAuditingIsOn = true + globalConfig.HTTPAll.DomainAuditingIsOn = false if len(valueJSON) > 0 { err = json.Unmarshal(valueJSON, globalConfig)