commit 1ba17263eae605c90834e3ee3623e842ccf24a3a Author: Mike Perry mikeperry-git@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);
tor-commits@lists.torproject.org