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);