This is an automated email from the git hooks/post-receive script.
pierov pushed a change to branch tor-browser-91.9.0esr-11.5-1 in repository tor-browser.
from 54d48aac4deb6 fixup! Bug 10760: Integrate TorButton to TorBrowser core new 97de7c047ddff squash! TB4: Tor Browser's Firefox preference overrides. new ceaf87006cfbc fixup! TB4: Tor Browser's Firefox preference overrides.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: browser/app/profile/000-tor-browser.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
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", "");
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 ceaf87006cfbc7cd8684ff5b2264e4e919713b2c Author: fxbrit fxbrit@tuta.io AuthorDate: Wed May 11 16:29:43 2022 +0200
fixup! TB4: Tor Browser's Firefox preference overrides.
Bug 40916: Remove 'browser.download.panel.shown' --- browser/app/profile/000-tor-browser.js | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index f9ddea07d3d05..4cac5992bc446 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -358,11 +358,6 @@ pref("security.certerrors.mitm.auto_enable_enterprise_roots", false); pref("extensions.langpacks.signatures.required", false); #endif
-// Workaround for https://bugs.torproject.org/13579. Progress on -// `about:downloads` is only shown if the following preference is set to `true` -// in case the download panel got removed from the toolbar. -pref("browser.download.panel.shown", true); - // Treat .onions as secure pref("dom.securecontext.whitelist_onions", true);
tbb-commits@lists.torproject.org