[tbb-commits] [tor-browser] branch tor-browser-91.9.0esr-11.5-2 updated: fixup! Firefox preference overrides.
gitolite role
git at cupani.torproject.org
Mon Jun 13 16:34:05 UTC 2022
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-91.9.0esr-11.5-2
in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-91.9.0esr-11.5-2 by this push:
new c5c7d7dd4cd6a fixup! Firefox preference overrides.
c5c7d7dd4cd6a is described below
commit c5c7d7dd4cd6acdb1b2f4f9a4fca059e4be9ab6d
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Mon Jun 13 16:45:33 2022 +0200
fixup! Firefox preference overrides.
---
browser/app/profile/001-base-profile.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/browser/app/profile/001-base-profile.js b/browser/app/profile/001-base-profile.js
index e83803c93f1e5..22ceedfd9d84e 100644
--- a/browser/app/profile/001-base-profile.js
+++ b/browser/app/profile/001-base-profile.js
@@ -115,6 +115,10 @@ pref("privacy.annotate_channels.strict_list.enabled", false);
// Disable the Pocket extension (Bug #18886 and #31602)
pref("extensions.pocket.enabled", false);
+// Disable activity stream/"Recommended by Pocket" in about:home (Bug #41029)
+pref("browser.newtabpage.activity-stream.discoverystream.enabled", false);
+pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
+
// Disable the screenshot menu when right-clicking (Bug #40912 and #40007)
pref("extensions.screenshots.disabled", true);
pref("extensions.webcompat-reporter.enabled", false);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tbb-commits
mailing list