[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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:

Changes:

  • mobile/android/android-components/components/feature/search/src/main/assets/search/list.json
    1 1
     {
    
    2 2
       "default": {
    
    3 3
         "searchDefault": "DuckDuckGo",
    
    4
    -    "searchOrder": ["DuckDuckGo", "DuckDuckGo (.onion)", "Startpage", "Startpage (.onion)","Wikipedia"],
    
    4
    +    "searchOrder": [
    
    5
    +      "DuckDuckGo",
    
    6
    +      "DuckDuckGo (.onion)",
    
    7
    +      "Startpage",
    
    8
    +      "Startpage (.onion)",
    
    9
    +      "Wikipedia"
    
    10
    +    ],
    
    5 11
         "visibleDefaultEngines": [
    
    6
    -      "ddg", "ddg-onion", "startpage", "startpage-onion", "wikipedia"
    
    12
    +      "ddg",
    
    13
    +      "ddg-onion",
    
    14
    +      "startpage",
    
    15
    +      "startpage-onion",
    
    16
    +      "wikipedia"
    
    7 17
         ]
    
    8 18
       },
    
    9
    -  "regionOverrides": {
    
    10
    -  },
    
    11
    -  "locales": {
    
    12
    -  }
    
    19
    +  "regionOverrides": {},
    
    20
    +  "locales": {}
    
    13 21
     }

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits