policies.json: seems like I confused default and user

This commit is contained in:
Aminda Suomalainen 2024-05-14 10:38:39 +03:00
parent 7b09a7ca1f
commit 7b22530eb9
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -227,22 +227,22 @@
"Value": "strict"
},
"browser.contentblocking.report.hide_vpn_banner": {
"Status": "user",
"Status": "default",
"Type": "boolean",
"Value": true
},
"browser.contentblocking.report.lockwise.enabled": {
"Status": "user",
"Status": "default",
"Type": "boolean",
"Value": false
},
"browser.contentblocking.report.show_mobile_app": {
"Status": "user",
"Status": "default",
"Type": "boolean",
"Value": false
},
"browser.contentblocking.report.vpn.enabled": {
"Status": "user",
"Status": "default",
"Type": "boolean",
"Value": false
},
@ -252,12 +252,17 @@
"Value": ""
},
"intl.accept_languages": {
"Status": "user",
"Status": "default",
"Type": "string",
"Value": "fi, en"
},
"layout.css.devPixelsPerPx": {
"Status": "default",
"Type": "string",
"Value": "1.5"
},
"media.autoplay.default": {
"Status": "user",
"Status": "default",
"Type": "number",
"Value": 5
},
@ -277,12 +282,12 @@
"Value": true
},
"network.http.referer.XOriginTrimmingPolicy": {
"Status": "user",
"Status": "default",
"Type": "number",
"Value": 2
},
"network.http.referer.defaultPolicy": {
"Status": "user",
"Status": "default",
"Type": "number",
"Value": 1
},