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: These are all the changes since the last changelog (v60-beta).
note: the comments in the code blocks below are for this changelog's commentary
[NOTE] within the next few weeks we'll most likely change the cookie settings to allow 1st-party cookies by default AND clear cookies on shutdown! (see #439)
If you prefer to block all cookies by default and/or not clear them on shutdown, add the necessary prefs to your overrides NOW!
user_pref("browser.laterrun.enabled",false);// only used in new profiles and isn't privacy/security-relateduser_pref("browser.offline-apps.notify",true);// default true in all current versions including ESR52user_pref("browser.rights.3.shown",true);user_pref("browser.slowStartup.maxSamples",0);// not privacy/security-relateduser_pref("browser.slowStartup.notificationDisabled",true);// not privacy/security-relateduser_pref("browser.slowStartup.samples",0);// not privacy/security-related//user_pref("browser.storageManager.enabled", false); // also removed in FF61user_pref("dom.allow_scripts_to_close_windows",false);// default false in all current versions including ESR52user_pref("dom.disable_window_flip",true);// default true in all current versions including ESR52//user_pref("network.http.fast-fallback-to-IPv4", true); // default true in all current versions including ESR52//user_pref("offline-apps.quota.warn", 51200); // same as default and the warning is useless anywayuser_pref("services.blocklist.signing.enforced",true);// same as default and was removed in FF61//user_pref("urlclassifier.trackingTable", "test-track-simple,base-track-digest256,content-track-digest256"); // the pref with the value for the "basic" TP list is still there
Any and all help, suggestions, recommendations, links, tips and tricks, questions, thank you's or whathaveyou are welcome - signup/login and start typing - thanks
The text was updated successfully, but these errors were encountered:
[NOTE] within the next few weeks we'll most likely change the cookie settings to allow 1st-party cookies by default AND clear cookies on shutdown! (see #439)
If you prefer to block all cookies by default and/or not clear them on shutdown, add the necessary prefs to your overrides NOW!
changelog: [all changes]
all pref changes:
//user_pref("extensions.systemAddon.update.enabled", false);
9999: DEPRECATED / REMOVED
:Any and all help, suggestions, recommendations, links, tips and tricks, questions, thank you's or whathaveyou are welcome - signup/login and start typing - thanks
The text was updated successfully, but these errors were encountered: