Skip to content

Commit

Permalink
version with DDG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Dec 6, 2023
1 parent 5204ffd commit 839bc51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion browser/config/version_display.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.1.2
11.1.3.1
4 changes: 2 additions & 2 deletions toolkit/components/search/SearchService.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2287,11 +2287,11 @@ export class SearchService {
}

const engines = [
{ webExtension: { id: "bing@search.mozilla.org", locale: "default"}, default: "yes"},
{ webExtension: { id: "ddg@search.mozilla.org", locale: "default"}, default: "yes"},
{ webExtension: { id: "bing@search.mozilla.org", locale: "default"}},
{ webExtension: { id: "astiango@search.mozilla.org", locale: "default"}},
{ webExtension: { id: "google@search.mozilla.org", locale: "default"}},
{ webExtension: { id: "startpage@search.mozilla.org", locale: "default"}},
{ webExtension: { id: "ddg@search.mozilla.org", locale: "default"}},
{ webExtension: { id: "you.com@search.mozilla.org", locale: "default"}},
];

Expand Down

0 comments on commit 839bc51

Please sign in to comment.