From b531bc95ea9faedf68c5b3987f2744df0960384d Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Sun, 16 Nov 2025 13:43:18 -0500 Subject: [PATCH] Grr --- web/public/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/config.js b/web/public/config.js index 4d3bda32..fcc567aa 100644 --- a/web/public/config.js +++ b/web/public/config.js @@ -18,5 +18,5 @@ var config = { enable_web_push: true, billing_contact: "", web_push_public_key: "", - disallowed_topics: ["docs", "static", "file", "app", "account", "settings", "signup", "login", "v1"] + disallowed_topics: ["docs", "static", "file", "app", "account", "settings", "signup", "login", "v1"], };