Disable federation by default (#20045)

This commit is contained in:
Gusted
2022-06-20 01:48:17 +02:00
committed by GitHub
parent e91229eefb
commit 02d745827b
5 changed files with 39 additions and 26 deletions

View File

@ -21,7 +21,7 @@ var (
GetHeaders []string
PostHeaders []string
}{
Enabled: true,
Enabled: false,
ShareUserStatistics: true,
MaxSize: 4,
Algorithms: []string{"rsa-sha256", "rsa-sha512", "ed25519"},