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@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", "");