diff options
author | Martin Stransky <stransky@redhat.com> | 2015-01-22 12:31:40 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2015-01-22 12:31:40 +0100 |
commit | fb99c013508bf7998cd2373ecbc8c98f7d87cf6f (patch) | |
tree | 38c906077d9bbba529811dcce3367ac3a8abbf59 /firefox-35.0-flash-click-to-play.patch | |
parent | Gtk3 - fixed HiDPI patch (diff) | |
download | librewolf-fedora-ff-fb99c013508bf7998cd2373ecbc8c98f7d87cf6f.tar.gz librewolf-fedora-ff-fb99c013508bf7998cd2373ecbc8c98f7d87cf6f.tar.bz2 librewolf-fedora-ff-fb99c013508bf7998cd2373ecbc8c98f7d87cf6f.zip |
Disabled flash by default because of 0day live flash exploit
Diffstat (limited to 'firefox-35.0-flash-click-to-play.patch')
-rw-r--r-- | firefox-35.0-flash-click-to-play.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/firefox-35.0-flash-click-to-play.patch b/firefox-35.0-flash-click-to-play.patch new file mode 100644 index 0000000..93d218e --- /dev/null +++ b/firefox-35.0-flash-click-to-play.patch @@ -0,0 +1,12 @@ +diff -up firefox-35.0/mozilla-release/browser/app/profile/firefox.js.flash firefox-35.0/mozilla-release/browser/app/profile/firefox.js +--- firefox-35.0/mozilla-release/browser/app/profile/firefox.js.flash 2015-01-22 12:19:27.000000000 +0100 ++++ firefox-35.0/mozilla-release/browser/app/profile/firefox.js 2015-01-22 12:21:45.139134814 +0100 +@@ -691,7 +691,7 @@ 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.flash", 1); + pref("plugin.state.java", 1); + + // Whitelist Requests |