mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
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:
parent
0f64b6d0dd
commit
2b37f4c41f
1 changed files with 0 additions and 3 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue