Skip to content

Commit

Permalink
[FB] Floorp Search | Remove Floorp Search
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Mar 14, 2024
1 parent 12359f8 commit 3cdcb13
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion toolkit/components/search/SearchService.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2288,13 +2288,20 @@ export class SearchService {

const engines = [
{ webExtension: { id: "[email protected]", locale: "default"}, default: "yes" },
{ webExtension: { id: "[email protected]", locale: "default"}},
{ webExtension: { id: "[email protected]", locale: "default"}},
{ webExtension: { id: "[email protected]", locale: "default"}},
{ webExtension: { id: "[email protected]", locale: "default"}},
{ webExtension: { id: "[email protected]", locale: "default"}},
];

var { FloorpAppConstants } = ChromeUtils.importESModule(
"resource:///modules/FloorpAppConstants.sys.mjs"
);

if (FloorpAppConstants.FLOORP_PRIVATE_COMPONENTS_ENABLED) {
engines.push({ webExtension: { id: "[email protected]", locale: "default"}})
}

const privateDefault = (
{ webExtension:{ id:"[email protected]", locale:"default"}, defaultPrivate:"yes"}
);
Expand Down

0 comments on commit 3cdcb13

Please sign in to comment.