[tbb-commits] [tor-browser/tor-browser-38.2.1esr-5.0-2] fixup! TB4: Tor Browser's Firefox preference overrides.
gk at torproject.org
gk at torproject.org
Wed Sep 9 13:10:07 UTC 2015
commit dd27a46185405a87cf5a8a56e4d293bddedde52a
Author: Georg Koppen <gk at torproject.org>
Date: Wed Sep 9 13:02:51 2015 +0000
fixup! TB4: Tor Browser's Firefox preference overrides.
This fixes bug 13579. Thanks to anonym for proposing this patch.
---
browser/app/profile/000-tor-browser.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 20e2f3a..c80c119 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -238,6 +238,11 @@ pref("security.tls.version.max", 3);
// Enforce certificate pinning, see: https://bugs.torproject.org/16206
pref("security.cert_pinning.enforcement_level", 2);
+// 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);
+
#ifdef TOR_BROWSER_VERSION
#expand pref("torbrowser.version", __TOR_BROWSER_VERSION__);
#endif
More information about the tbb-commits
mailing list