user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 7311cfdf84d3f839c95bb4cba535b9c1a3d44e38
parent 3a9440aeea071f0856c965dd0874cd819697e445
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon,  9 Sep 2019 21:43:50 +0000

remove 1002, closes #792
Diffstat:
Muser.js | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -577,9 +577,6 @@ user_pref("_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is m * or you use a hardened Temporary Containers, then feel free to override this * [NOTE] We also clear cache on exiting Firefox (see 2803) ***/ user_pref("browser.cache.disk.enable", false); -/* 1002: disable disk cache for SSL pages - * [1] http://kb.mozillazine.org/Browser.cache.disk_cache_ssl ***/ -user_pref("browser.cache.disk_cache_ssl", false); /* 1003: disable memory cache /* capacity: -1=determine dynamically (default), 0=none, n=memory capacity in kilobytes * [NOTE] Not recommended due to performance issues ***/