remove "google." line as all google country domains have been phased out

This commit is contained in:
Samidy 2025-08-11 09:29:36 +03:00 committed by GitHub
parent 4b1473f17e
commit 88f25f5d09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -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",

View file

@ -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",