1003: capacity no longer hidden
This commit is contained in:
parent
1cc9a08a18
commit
301fcd059d
2
user.js
2
user.js
@ -596,7 +596,7 @@ user_pref("browser.cache.disk.enable", false);
|
||||
/* 1003: disable memory cache
|
||||
/* capacity: -1=determine dynamically (default), 0=none, n=memory capacity in kilobytes ***/
|
||||
// user_pref("browser.cache.memory.enable", false);
|
||||
// user_pref("browser.cache.memory.capacity", 0); // [HIDDEN PREF]
|
||||
// user_pref("browser.cache.memory.capacity", 0);
|
||||
/* 1006: disable permissions manager from writing to disk [RESTART]
|
||||
* [NOTE] This means any permission changes are session only
|
||||
* [1] https://bugzilla.mozilla.org/967812 ***/
|
||||
|
Loading…
Reference in New Issue
Block a user