You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
foreword: Here are the changes since the last changelog (v53-alpha 27-April-2017). While we are continually improving and making changes, rest assured all the important 54 bits and bobs have been covered
note: the comments in the code snippets below are for this changelog's commentary
//user_pref("dom.ipc.processCount.extension", 1);//user_pref("dom.maxHardwareConcurrency", 2);//user_pref("extensions.screenshots.system-disabled", true);//user_pref("general.autoScroll", false);//user_pref("privacy.firstparty.isolate.restrict_opener_access", true);//user_pref("privacy.usercontext.about_newtab_segregation.enabled", true);//user_pref("privacy.userContext.enabled", true);//user_pref("privacy.userContext.longPressBehavior", 2);//user_pref("privacy.userContext.ui.enabled", true);//user_pref("security.sandbox.logging.enabled", true);//user_pref("urlclassifier.trackingTable", "test-track-simple,base-track-digest256");//user_pref("urlclassifier.trackingTable", "test-track-simple,base-track-digest256,content-track-digest256");//user_pref("xpinstall.signatures.required", false); // not really deprecated so we moved it back
activated previously commented-out prefs
user_pref("alerts.showFavicons",false);user_pref("network.http.referer.userControlPolicy",3);user_pref("security.tls.version.fallback-limit",3);user_pref("security.tls.version.max",4);// !! default value in FF54 is 3 !!
tests showed that this did and didn't disable the urlbar dropdown when set to zero. Turns out it does control the number of items to display but is overridden when items have a high enough frecency. Thanks to nodiscc for bringing it up and earthlng for solving it.
changelog: [all changes]
1700
for the upcoming Containers feature (privacy.userContext.*
prefs) (discussion: create containers section #91)2300 SERVICE/WEB WORKERS
(discussion: redo 2300s web workers #71)2699: TOR UPLIFT: privacy.resistFingerprinting
all pref changes:
Besides the main FF53-54 Diffs ... #135, #129, #127, #108, #94, #92 and no doubt some missed ones (have a browse in our closed issues)
9999: DEPRECATED / REMOVED
(some or all of these may still be used in Firefox ESR)other interesting items we discussed
2614
HTTP2 info and links after some in-depth investigation (HTTP2 -- does disabling do more harm than good? #107)2617
using Firefox's built-in PDF reader (2617: pdfjs.disabled #114)0850c
browser.urlbar.maxRichResults
(revisit: browser.urlbar.maxRichResults #125)Thanks to everyone who contributed !
Any and all help, suggestions, recommendations, links, tips and tricks, questions, thank you's or whathaveyou - signup/login and start typing - thanks
The text was updated successfully, but these errors were encountered: