mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-02-08 00:34:18 +01:00
Merge branch 'firefox-ads' into 'main'
disable advertising on the firefox new-tab / welcome page See merge request systemrescue/systemrescue-sources!242
This commit is contained in:
commit
ac99cc791e
|
|
@ -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