commit 04868bf86dfc4ce7cbf428a162308c685b95d17a Author: Yawning Angel yawning@schwanenlied.me Date: Wed Sep 20 16:50:15 2017 +0000
Bug 22814: Revert the upstream fix by default.
I don't care what the people whining on trac or bugzilla say, I like the existing behavior, so I'll flip the pref now to keep it. --- ChangeLog | 1 + data/installer/mozilla.cfg | 5 +++++ 2 files changed, 6 insertions(+)
diff --git a/ChangeLog b/ChangeLog index 54e4ea1..936f9fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Changes in version 0.0.14 - UNRELEASED: * Bug 8706: Fully disable the .recently-used.xbel. + * Bug 22814: Revert the upstream fix by default.
Changes in version 0.0.13 - 2017-09-13: * Bug 13170: Disable the rest of the Firefox experiments botnet prefs. diff --git a/data/installer/mozilla.cfg b/data/installer/mozilla.cfg index 5170c02..0def436 100644 --- a/data/installer/mozilla.cfg +++ b/data/installer/mozilla.cfg @@ -51,3 +51,8 @@ defaultPref("dom.securecontext.whitelist_onions", false);
// Disable the "Open with" dialog, which will never work. lockPref("browser.download.forbid_open_with", true); + +// Revert https://bugzilla.mozilla.org/show_bug.cgi?id=366945 aka #22814 +// by default, because I'm writing this for me, and my workflow is what +// matters. +defaultPref("middlemouse.contentLoadURL", true);