commit e4848686fd6078cd9cbdf3c8a9fe979f0f9a7283 Author: Georg Koppen gk@torproject.org Date: Fri May 12 13:05:35 2017 +0000
fixup! TB4: Tor Browser's Firefox preference overrides.
Hide the TLS error reporting checkbox for now as Mozilla seems to be the wrong party to get Tor Browser reports. One day we might want to repurpose this checkbox to point to our own infrastructure to help finding bad relays (see bug 19119). Fixes bug 22072. --- 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 98cfec5..956eb2d 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -314,6 +314,11 @@ pref("security.cert_pinning.enforcement_level", 2); // Enforce SHA1 deprecation, see: bug 18042. pref("security.pki.sha1_enforcement_level", 2);
+// Avoid report TLS errors to Mozilla. We might want to repurpose this feature +// one day to help detecting bad relays (which is bug 19119). For now we just +// hide the checkbox, see bug 22072. +pref("security.ssl.errorReporting.enabled", false); + // 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.