Start with same verification config on all channels

This commit is contained in:
Daniel
2022-09-28 14:42:14 +02:00
parent d89e988494
commit 0bb26c697f
3 changed files with 2 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ var (
UpdateURLs: []string{
"https://updates.safing.io",
},
Verification: helper.VerificationConfig, // FIXME: disable for now
Verification: helper.VerificationConfig,
DevMode: false,
Online: true, // is disabled later based on command
}