mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Optional Hardening (markdown)
+1
-1
@@ -111,7 +111,7 @@ user_pref("browser.download.always_ask_before_handling_new_types", true);
|
|||||||
### Disk Cache
|
### Disk Cache
|
||||||
Keep in mind that disabling the disk cache is only available on Firefox. It is not an option 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.
|
||||||
|
|
||||||
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
|
```javascript
|
||||||
// PREF: disable disk cache
|
// PREF: disable disk cache
|
||||||
user_pref("browser.cache.disk.enable", false);
|
user_pref("browser.cache.disk.enable", false);
|
||||||
|
|||||||
Reference in New Issue
Block a user