{{define "config"}} Privacy Guard · Configuration {{template "head" .}} {{template "styles" .}} {{template "detscript" .}} {{template "navbar" .}}
{{template "sidebar" .}}
{{/* ── System Settings ── */}}
System Settings
{{/* btn-check: input MUST be directly before label — no wrapper div */}}
{{range .DefaultDetectors}} {{end}}
Used when API requests don't specify detectors. All off = all 14 active.
{{/* ── API Keys ── */}}
API Keys SHA-256 hashed
{{.APIKeysSection}}
{{/* ── Proxy Instances ── */}} {{range .Proxies}} {{$idx := .Idx}}
Proxy #{{.Idx}} {{if .Type}}— {{.Type}}{{end}} {{if .CanDelete}}
{{end}}
{{/* btn-check: input MUST be directly before label — no wrapper div */}}
{{range .Detectors}} {{end}}
All off = all 14 detectors active
{{end}}
{{end}}