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

Updated Optional Hardening (markdown)

yokoffing
2024-08-21 10:21:52 -04:00
parent bb6b2f61b5
commit f1924acdea
+2 -5
@@ -109,12 +109,9 @@ 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 consider a non-issue in any other browser.
Keep in mind that disabling the disk cache is only available on Firefox. It is not an option in any other browser.
Only disable the disk cache if your machine has or 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/).
* More than **300 Mbps** internet speed. Otherwise, it's probably faster to retrieve information from disk ([test](https://fast.com/)).
* Or ultimately, you believe disabling it helps your privacy or performance.
Disable the disk cache if you believe disabling it helps your privacy or performance.
```javascript
// PREF: disable disk cache
user_pref("browser.cache.disk.enable", false);