mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
disable advertising on the firefox new-tab / welcome page
This commit is contained in:
parent
c0cb014d46
commit
3e74018b67
|
|
@ -20,3 +20,8 @@ pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true);
|
|||
// this is necessary for being able to resolve local hostnames e.g. in a split dns setup
|
||||
// 5 means "off by choice"
|
||||
pref("network.trr.mode", 5);
|
||||
// disable advertising
|
||||
pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false);
|
||||
pref("browser.newtabpage.activity-stream.showSponsored", false);
|
||||
// disable "pocket" icon to not clutter the interface
|
||||
pref("extensions.pocket.enabled", false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue