Improve user agents

This commit is contained in:
Daniel
2023-04-13 16:28:43 +02:00
parent 64d1e165bb
commit 72c59c0e52
3 changed files with 12 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ import (
"os"
"os/signal"
"path/filepath"
"runtime"
"strings"
"syscall"
@@ -34,6 +35,7 @@ var (
UpdateURLs: []string{
"https://updates.safing.io",
},
UserAgent: fmt.Sprintf("Portmaster Start (%s %s)", runtime.GOOS, runtime.GOARCH),
Verification: helper.VerificationConfig,
DevMode: false,
Online: true, // is disabled later based on command