From 0b273028f44b0f4e8802fd7c908e1f387935d476 Mon Sep 17 00:00:00 2001 From: HJ <11689349+yokoffing@users.noreply.github.com> Date: Mon, 18 Sep 2023 21:48:40 -0400 Subject: [PATCH] Updated Optional Hardening (markdown) --- Optional-Hardening.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Optional-Hardening.md b/Optional-Hardening.md index fe6ec0a..6c04d8f 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -96,7 +96,7 @@ user_pref("privacy.clearOnShutdown.siteSettings", false); user_pref("browser.sessionstore.privacy_level", 2); ``` -If you have session restore enable (Settings → Startup → Opened previous windows and tabs), then you will need to omit `privacy.clearOnShutdown.history` for session restore to work. +If you have session restore enable (_Settings → Startup → Opened previous windows and tabs_), then you will need to omit `privacy.clearOnShutdown.history` for session restore to work. You can allow exceptions if you want to stay logged in to some sites: * Go to `☰` *→ Settings → Privacy & Security → Cookies and Site Data → Manage Exceptions*