[torbrowser/master] Remove plugin-blocking prefs.

commit ddd455a6d38c10a50f666b362e8fdb7ec99d7e31 Author: Mike Perry <mikeperry-git@fscked.org> Date: Fri Feb 8 22:13:34 2013 -0800 Remove plugin-blocking prefs. The Firefox patch is more precise. --- build-scripts/config/pound_tor.js | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/build-scripts/config/pound_tor.js b/build-scripts/config/pound_tor.js index 38eb3f2..c42d13c 100644 --- a/build-scripts/config/pound_tor.js +++ b/build-scripts/config/pound_tor.js @@ -94,15 +94,6 @@ pref("security.ssl.enable_false_start", true); pref("network.http.keep-alive.timeout", 20); pref("network.http.connection-retry-timeout", 0); -// Plugin blocking (overkill?) -pref("plugin.disable_full_page_plugin_for_types", "application/asx,video/x-ms-asf-plugin,application/x-mplayer2,video/x-ms-asf,video/x-ms-wm,audio/x-ms-wma,audio/x-ms-wax,video/x-ms-wmv,video/x-ms-wvx,application/x-drm-v2,application/x-drm"); -pref("plugin.scan.4xPluginFolder", false); -pref("plugin.scan.Acrobat", "99.0"); -pref("plugin.scan.Quicktime", "99.0"); -pref("plugin.scan.SunJRE", "99.0"); -pref("plugin.scan.WindowsMediaPlayer", "99.0"); -pref("plugin.scan.plid.all", false); - // Extension support pref("extensions.autoDisableScopes", 0); pref("extensions.bootstrappedAddons", "{}");
participants (1)
-
erinn@torproject.org