[tor-commits] [tor-browser] branch tor-browser-102.2.0esr-12.0-3 updated: squash! Firefox preference overrides.

gitolite role git at cupani.torproject.org
Thu Sep 22 10:33:29 UTC 2022


This is an automated email from the git hooks/post-receive script.

boklm pushed a commit to branch tor-browser-102.2.0esr-12.0-3
in repository tor-browser.

The following commit(s) were added to refs/heads/tor-browser-102.2.0esr-12.0-3 by this push:
     new d1876ac52bb7 squash! Firefox preference overrides.
d1876ac52bb7 is described below

commit d1876ac52bb788f14d9bd4ab148d3598f4ecd90d
Author: Henry Wilkes <henry at torproject.org>
AuthorDate: Wed Sep 21 12:08:58 2022 +0100

    squash! Firefox preference overrides.
    
    Bug 41292: Disable moreFromMozilla in preferences page
---
 browser/app/profile/001-base-profile.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/browser/app/profile/001-base-profile.js b/browser/app/profile/001-base-profile.js
index af76a7359fb3..2dbd674d9ab5 100644
--- a/browser/app/profile/001-base-profile.js
+++ b/browser/app/profile/001-base-profile.js
@@ -131,6 +131,9 @@ pref("extensions.pocket.enabled", false);
 pref("browser.newtabpage.activity-stream.discoverystream.enabled", false);
 pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
 
+// Disable moreFromMozilla pane in the preferences/settings (tor-browser#41292).
+pref("browser.preferences.moreFromMozilla", 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 tor-commits mailing list