mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
firefox: make caches user set preferences
They will reset to these values at start, but as they take effect instantly, I can enable disk cache when I need it and not have to worry about remembering to toggle it.
This commit is contained in:
parent
0c238c1990
commit
2f4217d2f9
@ -309,12 +309,12 @@
|
||||
"Value": false
|
||||
},
|
||||
"browser.cache.disk.enable": {
|
||||
"Status": "default",
|
||||
"Status": "user",
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"browser.cache.memory.enable": {
|
||||
"Status": "default",
|
||||
"Status": "user",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user