[tor-commits] [tor-browser] 01/02: squash! TB4: Tor Browser's Firefox preference overrides.

gitolite role git at cupani.torproject.org
Mon May 16 08:50:47 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-1
in repository tor-browser.

commit 97de7c047ddff87a94bc3b68352fe7317eb49684
Author: fxbrit <fxbrit at tuta.io>
AuthorDate: Wed May 11 02:24:23 2022 +0200

    squash! TB4: Tor Browser's Firefox preference overrides.
    
    Bug 40912: Hide the screenshot menu
---
 browser/app/profile/000-tor-browser.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 486d9f939234d..f9ddea07d3d05 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -130,6 +130,10 @@ pref("privacy.annotate_channels.strict_list.enabled", false);
 // Disable the Pocket extension (Bug #18886 and #31602)
 pref("extensions.pocket.enabled", false);
 
+// Disable the screenshot menu when right-clicking (Bug #40912 and #40007)
+pref("extensions.screenshots.disabled", true);
+pref("extensions.webcompat-reporter.enabled", false);
+
 // Disable use of WiFi location information
 pref("browser.region.network.scan", false);
 pref("browser.region.network.url", "");

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list