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);