From 5f20f1eb56c7dd841f1c62a24c0714e73eca2cf5 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sun, 28 Sep 2025 22:23:21 -0400 Subject: [PATCH] update --- config/instance-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/instance-config.js b/config/instance-config.js index 89acaa09..10d582b0 100644 --- a/config/instance-config.js +++ b/config/instance-config.js @@ -43,4 +43,4 @@ export const ADMIN_WHITELIST_MODE_STORAGE_KEY = "bitvid_admin_whitelist_mode"; * Operators can still toggle the mode at runtime; this value only controls the * default state when no preference has been stored in localStorage yet. */ -export const DEFAULT_WHITELIST_MODE_ENABLED = false; +export const DEFAULT_WHITELIST_MODE_ENABLED = true;