diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/profile/iceweasel.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/profile/iceweasel.js b/app/profile/iceweasel.js index b62e603..2c67ea3 100644 --- a/app/profile/iceweasel.js +++ b/app/profile/iceweasel.js @@ -631,14 +631,6 @@ pref("plugin.default.state", 1); // Plugins bundled in XPIs are enabled by default. pref("plugin.defaultXpi.state", 2); -// Flash is enabled by default, and Java is click-to-activate by default on -// all channels. -pref("plugin.state.flash", 2); -pref("plugin.state.java", 1); - -// On ESR only, we re-enable all plugins instead of only loading Flash. -pref("plugin.load_flash_only", false); - #ifdef XP_MACOSX pref("browser.preferences.animateFadeIn", true); #else |