
commit 17c3125a8bd088262368d8f9969c54e2bab309cc Author: Mike Perry <mikeperry-git@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);
participants (1)
-
mikeperry@torproject.org