From 51b7b2c2e3ce59e5a60c730bc742bfb1422d176c Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 26 Dec 2020 05:46:51 +0000 Subject: [PATCH] Updated 3.2 Applying Your Changes (markdown) --- 3.2-Applying-Your-Changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/3.2-Applying-Your-Changes.md b/3.2-Applying-Your-Changes.md index 032bf79..6704875 100644 --- a/3.2-Applying-Your-Changes.md +++ b/3.2-Applying-Your-Changes.md @@ -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