commit aa57efd7c1807b334a456d0a8e89bdc160eeb296 Author: Mike Perry mikeperry-git@torproject.org Date: Sat Dec 7 16:06:27 2013 -0800
fixup! Tor Browser's Firefox preference overrides.
Disable mixed content blocker until https://bugzilla.mozilla.org/show_bug.cgi?id=878890 is patched. --- browser/app/profile/000-tor-browser.js | 1 + 1 file changed, 1 insertion(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index c57a255..de6a562 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -41,6 +41,7 @@ pref("browser.safebrowsing.malware.enabled", false); pref("browser.download.manager.scanWhenDone", false); // prevents AV remote reporting of downloads pref("extensions.ui.lastCategory", "addons://list/extension"); pref("datareporting.healthreport.service.enabled", false); +pref("security.mixed_content.block_active_content", false); // Disable until https://bugzilla.mozilla.org/show_bug.cgi?id=878890 is patched
// Fingerprinting pref("webgl.min_capability_mode", true);
tor-commits@lists.torproject.org