1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Updated Optional Hardening (markdown)

Hal
2024-01-08 12:17:53 -05:00
parent d7ef957305
commit 310dbcb908
+6 -6
@@ -84,13 +84,13 @@ user_pref("dom.security.https_only_mode_error_page_user_suggestions", true);
*** ***
### Disk Cache ### Disk Cache
Keep in mind that disabling the disk cache is only available on Firefox. It is consider a non-issue in any other browser community. Keep in mind that disabling the disk cache is only available on Firefox. It is consider a non-issue in any other browser.
Only disable the disk cache if your machine: Only disable the disk cache if your machine has or uses:
* **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/). * **[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 12GB+ RAM (memory).** Only using the memory and media caches may be faster, but [YMMV](https://www.urbandictionary.com/define.php?term=ymmv). * **12GB+ RAM (memory).** Only using the memory and media caches may be faster, but [YMMV](https://www.urbandictionary.com/define.php?term=ymmv).
* **100-300 Mbps** internet speed. Otherwise, it's probably faster to retrieve information from disk ([test](https://fast.com/)). * **100-300+ Mbps** internet speed. Otherwise, it's probably faster to retrieve information from disk ([test](https://fast.com/)).
* Ultimately, you believe disabling it helps your privacy or performance. * Or ultimately, you believe disabling it helps your privacy or performance.
```javascript ```javascript
// PREF: disable disk cache // PREF: disable disk cache
user_pref("browser.cache.disk.enable", false); user_pref("browser.cache.disk.enable", false);