mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-12 19:39:23 +01:00
firefox: set user policies of hiding Mozilla ads
This commit is contained in:
parent
cb5c844e1c
commit
89dd05c882
@ -212,6 +212,26 @@
|
|||||||
"Enabled": true
|
"Enabled": true
|
||||||
},
|
},
|
||||||
"Preferences": {
|
"Preferences": {
|
||||||
|
"browser.contentblocking.report.hide_vpn_banner": {
|
||||||
|
"Status": "user",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": true
|
||||||
|
},
|
||||||
|
"browser.contentblocking.report.lockwise.enabled": {
|
||||||
|
"Status": "user",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": false
|
||||||
|
},
|
||||||
|
"browser.contentblocking.report.show_mobile_app": {
|
||||||
|
"Status": "user",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": false
|
||||||
|
},
|
||||||
|
"browser.contentblocking.report.vpn.enabled": {
|
||||||
|
"Status": "user",
|
||||||
|
"Type": "boolean",
|
||||||
|
"Value": false
|
||||||
|
},
|
||||||
"extensions.webextensions.restrictedDomains": {
|
"extensions.webextensions.restrictedDomains": {
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "string",
|
"Type": "string",
|
||||||
|
Loading…
Reference in New Issue
Block a user