commit 15c35b79675acbfb5949aae6d18630ce20050891 Author: Georg Koppen gk@torproject.org Date: Thu Oct 31 16:16:31 2019 +0000
squash! TB4: Tor Browser's Firefox preference overrides.
Bug 32321: Disable Mozilla's MitM pings --- browser/app/profile/000-tor-browser.js | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index 3d0de789205b..23a64c0cf2d3 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -323,6 +323,9 @@ pref("security.family_safety.mode", 0); // Don't allow MitM via enterprise roots, see bug 30681 pref("security.enterprise_roots.enabled", false);
+// Don't ping Mozilla for MitM detection, see bug 32321 +pref("security.certerrors.mitm.priming.enabled", false); + // Enforce SHA1 deprecation, see: bug 18042. pref("security.pki.sha1_enforcement_level", 2);
tbb-commits@lists.torproject.org