From 431f3f989f33ef89160cc90fa71ea5d0befe3eac Mon Sep 17 00:00:00 2001 From: Mihai Branescu Date: Thu, 23 Apr 2020 23:16:59 +0300 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/6558 - remove baidu and yahoo from monitored pages These two do not contain ad servers, so we don't need to unnecessarily monitor them --- app/src/main/assets/extensions/ads/manifest.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/main/assets/extensions/ads/manifest.json b/app/src/main/assets/extensions/ads/manifest.json index bfbdfeee49..f7cd427921 100644 --- a/app/src/main/assets/extensions/ads/manifest.json +++ b/app/src/main/assets/extensions/ads/manifest.json @@ -7,9 +7,6 @@ "matches": ["https://*/*"], "include_globs": [ "https://www.google.*/search*", - "https://www.baidu.com/s*", - "https://www.baidu.com/baidu*", - "https://*search.yahoo.com/search*", "https://www.bing.com/search*", "https://duckduckgo.com/*" ],