From 2b37f4c41f0c411cc5774220f81cac8df34c9b2a Mon Sep 17 00:00:00 2001 From: RePacked <42193376+RePacked@users.noreply.github.com> Date: Fri, 2 May 2025 23:12:59 +0200 Subject: [PATCH] Remove stray addKnownSafeSites() call from background.js Remove stray addKnownSafeSites() call After deleting the addKnownSafeSites() function in the previous commit, this call remained and is now removed to avoid errors. --- src/js/background.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/js/background.js b/src/js/background.js index bcb24d6..fc6f8c7 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -858,9 +858,6 @@ async function initializeExtension() { } } - // Add fallback known sites - only for safe sites, not for starred - addKnownSafeSites(); - // Set up the update schedule await setupUpdateSchedule();