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.
This commit is contained in:
RePacked 2025-05-02 23:12:59 +02:00 committed by GitHub
parent 0f64b6d0dd
commit 2b37f4c41f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();