Pier Angelo Vendrame pushed to branch mullvad-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

1 changed file:

Changes:

  • toolkit/components/search/tests/xpcshell/test_base_browser.js
    ... ... @@ -9,10 +9,14 @@
    9 9
     "use strict";
    
    10 10
     
    
    11 11
     const expectedURLs = {
    
    12
    -  ddg: "https://duckduckgo.com/?q=test",
    
    12
    +  leta: "https://leta.mullvad.net/?q=test",
    
    13
    +  ddg: "https://duckduckgo.com/html/?q=test",
    
    14
    +  "ddg-html": "https://html.duckduckgo.com/html?q=test",
    
    15
    +  mojeek: "https://www.mojeek.com/search?q=test",
    
    16
    +  brave: "https://search.brave.com/search?q=test",
    
    13 17
       startpage: "https://www.startpage.com/sp/search?q=test",
    
    14 18
     };
    
    15
    -const defaultEngine = "ddg";
    
    19
    +const defaultEngine = "leta";
    
    16 20
     
    
    17 21
     add_setup(async function setup() {
    
    18 22
       await Services.search.init();