[tor-commits] [tor-browser/tor-browser-24.1.1esr-1] fixup! Tor Browser's Firefox preference overrides.

mikeperry at torproject.org mikeperry at torproject.org
Sun Dec 8 00:07:09 UTC 2013


commit aa57efd7c1807b334a456d0a8e89bdc160eeb296
Author: Mike Perry <mikeperry-git at 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);



More information about the tor-commits mailing list