mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Update background.js
This commit is contained in:
parent
c63f6edf03
commit
9f6cbeebad
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ const safeListURL = "https://api.fmhy.net/single-page";
|
|||
const starredListURL =
|
||||
"https://raw.githubusercontent.com/fmhy/bookmarks/refs/heads/main/fmhy_in_bookmarks_starred_only.html";
|
||||
|
||||
let unsafeSites = [];
|
||||
let potentiallyUnsafeSites = [];
|
||||
let unsafeSitesRegex = null;
|
||||
let potentiallyUnsafeSitesRegex = null;
|
||||
let safeSites = [];
|
||||
let starredSites = ["https://fmhy.net"];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue