Origin: https://salsa.debian.org/games-team/vcmi/-/blob/debian/1.1.0+dfsg-1/debian/patches/disable-privacy-breach From: Johannes Schauer Subject: do not check remote repositories on startup by default Forwarded: not-needed diff --git a/config/schemas/settings.json b/config/schemas/settings.json index 86c43b1b6..b3d493233 100644 --- a/config/schemas/settings.json +++ b/config/schemas/settings.json @@ -749,7 +749,7 @@ }, "autoCheckRepositories" : { "type" : "boolean", - "default" : true + "default" : false }, "fullModExtraction" : { "type" : "boolean", @@ -757,7 +757,7 @@ }, "updateOnStartup" : { "type" : "boolean", - "default" : true + "default" : false }, "updateConfigUrl" : { "type" : "string",