From c1b642cf135ff644578c3b9d5ae1303ac32c9cff Mon Sep 17 00:00:00 2001 From: Hal <11689349+yokoffing@users.noreply.github.com> Date: Wed, 15 Nov 2023 08:33:56 -0500 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 f3f73dc..2f78c25 100644 --- a/Optional-Hardening.md +++ b/Optional-Hardening.md @@ -70,7 +70,7 @@ user_pref("dom.security.https_only_mode_error_page_user_suggestions", true); Only disable the disk cache if your machine: * **Uses [HDD](https://www.pcmag.com/encyclopedia/term/hard-disk).** Hard drive failure with modern SSDs is [non-existent](https://www.reddit.com/r/firefox/comments/xxj06q/comment/irfidb4/). * **Has 16GB+ RAM (memory).** With sufficient RAM, only using the memory and media caches may be faster, but [YMMV](https://www.urbandictionary.com/define.php?term=ymmv). -* You believe disabling it helps your privacy. +* You believe disabling it helps your privacy or performance. ```javascript // PREF: disable disk cache user_pref("browser.cache.disk.enable", false);