From 88f25f5d093aeb31b858642ab9e80706b290eed5 Mon Sep 17 00:00:00 2001 From: Samidy <168582143+SamidyFR@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:29:36 +0300 Subject: [PATCH] remove "google." line as all google country domains have been phased out --- src/js/background.js | 1 - src/js/content.js | 1 - 2 files changed, 2 deletions(-) diff --git a/src/js/background.js b/src/js/background.js index bcb24d6..0e5d013 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -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", diff --git a/src/js/content.js b/src/js/content.js index 19914dc..e84f455 100644 --- a/src/js/content.js +++ b/src/js/content.js @@ -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",