dev #19

Open
tdpeuter wants to merge 79 commits from dev into main
Showing only changes of commit 7d520d8cec - Show all commits

View file

@ -30,6 +30,18 @@ in {
"amazon@search.mozilla.org".installation_mode = "blocked"; "amazon@search.mozilla.org".installation_mode = "blocked";
"google@search.mozilla.org".installation_mode = "blocked"; "google@search.mozilla.org".installation_mode = "blocked";
}; };
# Anything in about:config
Preferences = {
"browser.newtabpage.activity-stream.showSponsoredCheckboxes" = {
Value = false;
Status = "locked";
};
"browser.newtabpage.pinned" = {
Value = "[]";
Status = "default";
};
};
}; };
# Support smart cards # Support smart cards