Merge pull request #1 from RePacked/patch-2

Remove stray addKnownSafeSites() call from background.js
This commit is contained in:
RePacked 2025-05-02 23:15:08 +02:00 committed by GitHub
commit f255a4e4b7
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();