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:
Aminda Suomalainen 2024-07-22 17:34:19 +03:00
parent 0c238c1990
commit 2f4217d2f9
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -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
},