fix: harden plugin config, TOTP token exchange, and branding file serving

This commit is contained in:
Linus Rath
2026-04-28 01:44:37 +02:00
parent 54af07f2af
commit 90acf181f3
6 changed files with 86 additions and 18 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ configManager.load()
console.info("Admin dashboard initialized");
})
.then(async () => {
// Anonymous telemetry - opt-in, off until admin consents.
// Anonymous telemetry - on by default. Admins can disable via the
// admin UI, the BULWARK_TELEMETRY env var, or by clearing the endpoint.
// See https://bulwarkmail.org/docs/legal/privacy/telemetry
const { startScheduler, markProcessStart } = await import("./lib/telemetry");
markProcessStart();