Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit 56bf5464bd - Show all commits

View file

@ -30,9 +30,14 @@
MoreFromMozilla = false;
};
HomePage = {
StartPage = "about:blank";
URL = "about:blank";
};
FirefoxHome = {
Search = true;
TopSites = true;
TopSites = false;
SponsoredTopSites = false;
Highlights = false;
Pocket = false;
@ -42,7 +47,6 @@
};
SearchSuggestEnabled = false;
ShowSearchSuggestionsFirst = false;
NewTabPage = false;
SearchEngines = { # ESR only
@ -56,6 +60,6 @@
Default = true;
}
];
Remove = [ "Bing" "Google" "DuckDuckGo" "Wikipedia (en)" ];
Remove = [ "*" ];
};
}