[firefox] Fix rules
This commit is contained in:
parent
07ad0279bb
commit
d6801e0679
1 changed files with 7 additions and 3 deletions
|
|
@ -32,15 +32,19 @@ in {
|
|||
};
|
||||
|
||||
# Anything in about:config
|
||||
Preferences = {
|
||||
"browser.newtabpage.activity-stream.showSponsoredCheckboxes" = {
|
||||
Preferences = let
|
||||
falseLocked = {
|
||||
Value = false;
|
||||
Status = "locked";
|
||||
Status = "falseLocked";
|
||||
};
|
||||
in {
|
||||
"browser.newtabpage.activity-stream.showSponsoredCheckboxes" = falseLocked;
|
||||
"browser.newtabpage.activity-stream.showSponsoredTopSites" = falseLocked;
|
||||
"browser.newtabpage.pinned" = {
|
||||
Value = "[]";
|
||||
Status = "default";
|
||||
};
|
||||
"services.sync.prefs.sync-seen.browser.newtabpage.activity-stream.showSponsoredTopSites" = falseLocked;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue