summaryrefslogtreecommitdiff
path: root/firefox-35.0-flash-click-to-play.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2015-01-27 20:26:14 +0100
committerMartin Stransky <stransky@anakreon.cz>2015-01-27 20:26:14 +0100
commitce324a4c96ed429ce44098a2d4751e2b2279584d (patch)
treedf3519c081753e652ba86f32539de6aee7ad1a52 /firefox-35.0-flash-click-to-play.patch
parentrebuild for ICU 54.1 (diff)
downloadlibrewolf-fedora-ff-ce324a4c96ed429ce44098a2d4751e2b2279584d.tar.gz
librewolf-fedora-ff-ce324a4c96ed429ce44098a2d4751e2b2279584d.tar.bz2
librewolf-fedora-ff-ce324a4c96ed429ce44098a2d4751e2b2279584d.zip
Backed out the flash click-to-play setup
Diffstat (limited to 'firefox-35.0-flash-click-to-play.patch')
-rw-r--r--firefox-35.0-flash-click-to-play.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/firefox-35.0-flash-click-to-play.patch b/firefox-35.0-flash-click-to-play.patch
deleted file mode 100644
index 93d218e..0000000
--- a/firefox-35.0-flash-click-to-play.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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
bgstack15