[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 04:30:59 UTC 2013
commit 17c3125a8bd088262368d8f9969c54e2bab309cc
Author: Mike Perry <mikeperry-git at torproject.org>
Date: Wed Oct 2 21:30:35 2013 -0700
fixup! Tor Browser's Firefox preference overrides.
Bug #9867: Make flash really click to play.
---
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 4036d2c..3030abd 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -89,6 +89,7 @@ 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("plugins.click_to_play", true);
+pref("plugin.state.flash", 1);
// Network and performance
pref("network.http.pipelining", true);
More information about the tor-commits
mailing list