firefox: default disable disk cache

To be enabled when actually needed
This commit is contained in:
Aminda Suomalainen 2024-07-16 10:59:05 +03:00
parent 0bcc159eb3
commit e0aa6638b3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -308,6 +308,16 @@
"Type": "boolean",
"Value": false
},
"browser.cache.disk.enable": {
"Status": "default",
"Type": "boolean",
"Value": false
},
"browser.cache.memory.enable": {
"Status": "default",
"Type": "boolean",
"Value": true
},
"browser.contentblocking.category": {
"Comment": "The best option would be strict, but amongst other things that disables system font visibility and may cause accessibility issues for me. There is also other content blocking already such as PrivacyBadger and uBlock Origin.",
"Status": "locked",