[tor-commits] [tor-browser/tor-browser-31.5.0esr-4.5-1] fixup! Update 000-tor-browser.js

mikeperry at torproject.org mikeperry at torproject.org
Wed Mar 25 17:07:26 UTC 2015


commit 87c82921ca1f1f7064ca9c9751e574767236cd5f
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Tue Mar 24 10:56:34 2015 +0000

    fixup! Update 000-tor-browser.js
    
    Disable to search plugins on first start
---
 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 2d93908..bf23c23 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -112,6 +112,7 @@ pref("network.protocol-handler.warn-external.mailto", true);
 pref("network.protocol-handler.warn-external.news", true);
 pref("network.protocol-handler.warn-external.nntp", true);
 pref("network.protocol-handler.warn-external.snews", true);
+pref("plugin.disable", true); // Disable to search plugins on first start
 pref("plugins.click_to_play", true);
 pref("plugin.state.flash", 1);
 pref("plugins.hide_infobar_for_missing_plugin", true);





More information about the tor-commits mailing list