mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
firefox: default disable disk cache
To be enabled when actually needed
This commit is contained in:
parent
0bcc159eb3
commit
e0aa6638b3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user