[firefox] Remove sponsors
This commit is contained in:
parent
c81444f924
commit
7d520d8cec
1 changed files with 12 additions and 0 deletions
|
|
@ -30,6 +30,18 @@ in {
|
|||
"amazon@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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue