From 61ba32addf55bd587d12e90a977ba671316d1b9f Mon Sep 17 00:00:00 2001 From: KoalaDev <6156589+Shik3i@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:03:53 +0200 Subject: [PATCH] refactor: remove localhost from domains blacklist --- shared/blacklist.js | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/blacklist.js b/shared/blacklist.js index a61f383..948c9a7 100644 --- a/shared/blacklist.js +++ b/shared/blacklist.js @@ -117,7 +117,6 @@ export const BLACKLIST_DOMAINS = [ 'status.koalastuff.net', 'sync.koalastuff.net', 'timer.koalastuff.net', - 'localhost', 'zoom.us', 'teams.microsoft.com', 'meet.google.com',