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:
nbats 2025-08-10 23:30:40 -07:00 committed by GitHub
commit 5ce15e3319
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",