[tbb-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Bug 40009: Change the default search engines
Dan Ballard (@dan)
git at gitlab.torproject.org
Thu Nov 16 17:54:36 UTC 2023
Dan Ballard pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android
Commits:
80933135 by clairehurst at 2023-11-16T17:54:18+00:00
fixup! Bug 40009: Change the default search engines
- - - - -
2 changed files:
- android-components/components/feature/search/src/main/assets/search/list.json
- android-components/components/feature/search/src/main/java/mozilla/components/feature/search/storage/SearchEngineReader.kt
Changes:
=====================================
android-components/components/feature/search/src/main/assets/search/list.json
=====================================
@@ -1,9 +1,9 @@
{
"default": {
"searchDefault": "DuckDuckGo",
- "searchOrder": ["DuckDuckGo", "YouTube", "Google", "DuckDuckGoOnion", "Startpage", "Twitter", "Wikipedia", "Yahoo"],
+ "searchOrder": ["DuckDuckGo", "DuckDuckGoOnion", "Startpage", "Wikipedia"],
"visibleDefaultEngines": [
- "ddg", "ddg-onion", "google", "yahoo", "twitter", "wikipedia", "youtube", "startpage"
+ "ddg", "ddg-onion", "startpage", "wikipedia"
]
},
"regionOverrides": {
=====================================
android-components/components/feature/search/src/main/java/mozilla/components/feature/search/storage/SearchEngineReader.kt
=====================================
@@ -29,6 +29,8 @@ internal const val GOOGLE_ID = "google"
internal val GENERAL_SEARCH_ENGINE_IDS = setOf(
GOOGLE_ID,
"ddg",
+ "ddg-onion",
+ "startpage",
"bing",
"baidu",
"ecosia",
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/809331352fc6078818ebd4bd33e86fc144b42ca0
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/809331352fc6078818ebd4bd33e86fc144b42ca0
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20231116/5cc6baf1/attachment-0001.htm>
More information about the tbb-commits
mailing list