diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-07-02 20:07:57 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-07-02 20:07:57 -0400 |
commit | 82d264c2c07c5615e5ead0ff51c60867e72cd3d7 (patch) | |
tree | 8953292d076bc149e18bb9d9c300b73481727acd /app | |
parent | e0855c1aa88b789d2c49e967ff0ea688489df029 (diff) | |
download | iceweasel-uxp-82d264c2c07c5615e5ead0ff51c60867e72cd3d7.tar.gz |
remove java/flash preferencesv1.8
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 |