Updated 3.2 Applying Your Changes (markdown)

Thorin-Oakenpants 2020-12-26 05:46:51 +00:00
parent e6e5947899
commit 51b7b2c2e3

@ -48,6 +48,7 @@ user_pref("_user.js.parrot", "overrides section syntax error");
/* override recipe: enable session restore ***/
user_pref("browser.startup.page", 3); // 0102
// user_pref("browser.privatebrowsing.autostart", false); // 0110 required if you had it set as true
// user_pref("places.history.enabled", true); // 0862 required if you had it set as false
// user_pref("browser.sessionstore.privacy_level", 0); // 1021 optional [to restore extras like cookies/formdata]
user_pref("privacy.clearOnShutdown.history", false); // 2803
// user_pref("privacy.clearOnShutdown.cookies", false); // 2803 optional