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.


_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits

Reply via email to