mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
remove "google." line as all google country domains have been phased out
This commit is contained in:
parent
4b1473f17e
commit
88f25f5d09
2 changed files with 0 additions and 2 deletions
|
|
@ -46,7 +46,6 @@ const approvedUrls = new Map(); // Map to store approved URLs per tab
|
|||
// List of search engines to check against
|
||||
const searchEngines = [
|
||||
"google.com",
|
||||
"google.", // Covers all Google country domains like google.co.uk, google.fr, etc.
|
||||
"bing.com",
|
||||
"duckduckgo.com",
|
||||
"librey.org",
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ let userUntrusted = new Set();
|
|||
// Search engines where highlighting should be applied
|
||||
const searchEngines = [
|
||||
"google.com",
|
||||
"google.", // Covers all Google country domains like google.co.uk, google.fr, etc.
|
||||
"bing.com",
|
||||
"duckduckgo.com",
|
||||
"librey.org",
|
||||
|
|
|
|||
Loading…
Reference in a new issue