bug 531801 Enable caching of all SSL content to disk

r=bz

--HG--
extra : rebase_source : 80227d2c25b1aba9f8c2feb48181686bbda6f412
This commit is contained in:
Christian Biesinger 2010-02-12 18:03:12 +01:00
parent 1e96bf1207
commit 9d47066edd

View File

@ -67,7 +67,7 @@ pref("browser.cache.disk.capacity", 20000);
pref("browser.cache.memory.enable", true);
//pref("browser.cache.memory.capacity", -1);
// -1 = determine dynamically, 0 = none, n = memory capacity in kilobytes
pref("browser.cache.disk_cache_ssl", false);
pref("browser.cache.disk_cache_ssl", true);
// 0 = once-per-session, 1 = each-time, 2 = never, 3 = when-appropriate/automatically
pref("browser.cache.check_doc_frequency", 3);