mirror of
https://gitee.com/gitea/gitea
synced 2025-11-23 18:00:26 +08:00
Disable federation by default (#20045)
This commit is contained in:
@@ -21,7 +21,7 @@ var (
|
||||
GetHeaders []string
|
||||
PostHeaders []string
|
||||
}{
|
||||
Enabled: true,
|
||||
Enabled: false,
|
||||
ShareUserStatistics: true,
|
||||
MaxSize: 4,
|
||||
Algorithms: []string{"rsa-sha256", "rsa-sha512", "ed25519"},
|
||||
|
||||
Reference in New Issue
Block a user