commit 9132079c4670343147093fdc06183b86a8db569c Author: Kathy Brade brade@pearlcrescent.com Date: Fri Jul 17 14:53:30 2020 -0400
squash! TB4: Tor Browser's Firefox preference overrides.
Bug 30682: Disable Intermediate CA Preloading. --- browser/app/profile/000-tor-browser.js | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index ea1ca074c893..d08285d5c5de 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -128,6 +128,8 @@ pref("dom.vr.enabled", false); // Bug 21607: Disable WebVR for now // Disable randomised Firefox HTTP cache decay user test groups (Bug: 13575) pref("security.webauth.webauthn", false); // Bug 26614: Disable Web Authentication API for now pref("browser.cache.frecency_experiment", -1); +// Disable intermediate preloading (Bug 30682) +pref("security.remote_settings.intermediates.enabled", false); // Bug 2874: Block Components.interfaces from content pref("dom.use_components_shim", false); // Enable letterboxing
tbb-commits@lists.torproject.org