
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/190db2e1... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/190db2e1... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
morgan (@morgan)