
This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-1 in repository tor-browser. commit d176550c5c6e9a3ea48ab0285f58d4f30f385bfa Author: Dan Ballard <dan@mindstab.net> AuthorDate: Wed Oct 26 10:01:33 2022 -0700 fixup! Firefox preference overrides. bug 41117: disable share menu on mac and windows --- 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 3be1024d8a34..e0634b5aac6c 100644 --- a/browser/app/profile/001-base-profile.js +++ b/browser/app/profile/001-base-profile.js @@ -381,6 +381,9 @@ pref("security.certerrors.mitm.auto_enable_enterprise_roots", false); pref("gfx.offscreencanvas.domain-enabled", false); pref("gfx.offscreencanvas.domain-allowlist", ""); +// Disable share menus on Mac and Windows tor-browser#41117 +pref("browser.share_menu.allow", false, locked); + // Disable special URL bar behaviors pref("browser.urlbar.suggest.topsites", false); pref("browser.urlbar.update1.interventions", false); -- To stop receiving notification emails like this one, please contact the administrator of this repository.