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

mikeperry at torproject.org mikeperry at torproject.org
Thu Oct 3 05:11:17 UTC 2013


commit 1ba17263eae605c90834e3ee3623e842ccf24a3a
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Wed Oct 2 22:10:54 2013 -0700

    fixup! Tor Browser's Firefox preference overrides.
    
    Bug 9012: Hide infobar for missing plugins.
---
 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 48a4661..3c4a956 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -91,6 +91,7 @@ pref("network.protocol-handler.warn-external.nntp", true);
 pref("network.protocol-handler.warn-external.snews", true);
 pref("plugins.click_to_play", true);
 pref("plugin.state.flash", 1);
+pref("plugins.hide_infobar_for_missing_plugin", true);
 
 // Network and performance
 pref("network.http.pipelining", true);



More information about the tor-commits mailing list