[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser] branch tor-browser-102.2.0esr-12.0-3 updated: squash! Firefox preference overrides.
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@xxxxxxxxxxxxxx>
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.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits