Commit 04868bf8 authored by Yawning Angel's avatar Yawning Angel
Browse files

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.
parent 36a580f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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.
+5 −0
Original line number Diff line number Diff line
@@ -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);