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)