From a2b04cfcf51be90c1a0575f6820cda198d6dfc99 Mon Sep 17 00:00:00 2001 From: xmdhs Date: Sat, 14 Oct 2023 00:27:58 +0800 Subject: [PATCH] =?UTF-8?q?EnableProfileKey=20=E8=AE=BE=E4=B8=BA=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 对于大多数情况,聊天签名没有意义 --- handle/yggdrasil/yggdrasil.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/handle/yggdrasil/yggdrasil.go b/handle/yggdrasil/yggdrasil.go index 3b77689..cbe9dce 100644 --- a/handle/yggdrasil/yggdrasil.go +++ b/handle/yggdrasil/yggdrasil.go @@ -72,8 +72,7 @@ func (y *Yggdrasil) YggdrasilRoot() http.HandlerFunc { Homepage: homepage, Register: register, }, - ServerName: y.config.ServerName, - EnableProfileKey: true, + ServerName: y.config.ServerName, }, SignaturePublickey: string(y.pubkey), SkinDomains: []string{host},