user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit d7bd0521c5c29aa264fad29d3cfe6ee77e96fd02
parent 8f59879992ed6671629a775b9378e75aa9d1e30d
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 16 Mar 2017 13:48:27 +1300

3023->description
Diffstat:
Muser.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1441,7 +1441,8 @@ user_pref("browser.tabs.loadInBackground", true); user_pref("browser.tabs.loadDivertedInBackground", false); /* 3022: hide recently bookmarked items (you still have the original bookmarks) (FF49+) ***/ user_pref("browser.bookmarks.showRecentlyBookmarked", false); -/* 3023: disable automigrate, current default is false but may change (FF49+) +/* 3023: disable automigrate (FF49+) + * default is false in FF49+ and true in FF53+ * need more info, but lock down for now ***/ user_pref("browser.migrate.automigrate.enabled", false); /* 3024: enable "Find As You Type"