[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! Bug 40009: [android] Change the default search engines

morgan (@morgan) git at gitlab.torproject.org
Wed Aug 14 20:42:45 UTC 2024



morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
190db2e1 by Dan Ballard at 2024-08-14T13:25:15-07:00
fixup! Bug 40009: [android] Change the default search engines

Bug 43057: Fix js linting in search/list.json

- - - - -


1 changed file:

- mobile/android/android-components/components/feature/search/src/main/assets/search/list.json


Changes:

=====================================
mobile/android/android-components/components/feature/search/src/main/assets/search/list.json
=====================================
@@ -1,13 +1,21 @@
 {
   "default": {
     "searchDefault": "DuckDuckGo",
-    "searchOrder": ["DuckDuckGo", "DuckDuckGo (.onion)", "Startpage", "Startpage (.onion)","Wikipedia"],
+    "searchOrder": [
+      "DuckDuckGo",
+      "DuckDuckGo (.onion)",
+      "Startpage",
+      "Startpage (.onion)",
+      "Wikipedia"
+    ],
     "visibleDefaultEngines": [
-      "ddg", "ddg-onion", "startpage", "startpage-onion", "wikipedia"
+      "ddg",
+      "ddg-onion",
+      "startpage",
+      "startpage-onion",
+      "wikipedia"
     ]
   },
-  "regionOverrides": {
-  },
-  "locales": {
-  }
+  "regionOverrides": {},
+  "locales": {}
 }



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/190db2e18c0dfbf20fb8af877672d44d39a81aa4

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/190db2e18c0dfbf20fb8af877672d44d39a81aa4
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/tor-commits/attachments/20240814/24d81bd5/attachment-0001.htm>


More information about the tor-commits mailing list