mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Merge pull request #50 from SamidyFR/main
remove "google." line from Content.js and Background,js as all google country domains have been phased out
This commit is contained in:
commit
5ce15e3319
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