From fbdc0293e50f31cfafffbf979e050ee4f7a0e22b Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:22:20 -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 6bca916..d63f0a4 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -111,7 +111,7 @@ user_pref("browser.download.always_ask_before_handling_new_types", true); ### Disk Cache Keep in mind that disabling the disk cache is only available on Firefox. It is not an option in any other browser. -Disable the disk cache if you believe disabling it helps your privacy or performance. +Disable the disk cache if you believe it helps your privacy or performance. ```javascript // PREF: disable disk cache user_pref("browser.cache.disk.enable", false);