mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 531801 Enable caching of all SSL content to disk
r=bz --HG-- extra : rebase_source : 80227d2c25b1aba9f8c2feb48181686bbda6f412
This commit is contained in:
parent
1e96bf1207
commit
9d47066edd
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user