commit a467e27614c9632cd847a3fd3d1487ae57a87cc2 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 1501edf47b90..1a4f6c9bff97 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -325,6 +325,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);