2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

[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
This commit is contained in:
Mihai Branescu 2020-04-23 23:16:59 +03:00 committed by Jeff Boek
parent 30273fe6de
commit 431f3f989f

View File

@ -7,9 +7,6 @@
"matches": ["https://*/*"], "matches": ["https://*/*"],
"include_globs": [ "include_globs": [
"https://www.google.*/search*", "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://www.bing.com/search*",
"https://duckduckgo.com/*" "https://duckduckgo.com/*"
], ],