change "Extensions" policy to "ExtensionSettings"

This commit is contained in:
andrea-varesio 2022-12-16 11:25:37 +01:00
parent 424560ba70
commit 543e9f8c5e
No known key found for this signature in database
GPG key ID: 488BB72C196F7AA7

View file

@ -27,17 +27,26 @@
"https://localhost/*" "https://localhost/*"
] ]
}, },
"Extensions": { "ExtensionSettings": {
"Install": [ "uBlock0@raymondhill.net": {
"https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
], "installation_mode": "normal_installed"
"Uninstall": [ },
"google@search.mozilla.org", "google@search.mozilla.org": {
"bing@search.mozilla.org", "installation_mode": "blocked"
"amazondotcom@search.mozilla.org", },
"ebay@search.mozilla.org", "bing@search.mozilla.org": {
"twitter@search.mozilla.org" "installation_mode": "blocked"
] },
"amazondotcom@search.mozilla.org": {
"installation_mode": "blocked"
},
"ebay@search.mozilla.org": {
"installation_mode": "blocked"
},
"twitter@search.mozilla.org": {
"installation_mode": "blocked"
}
}, },
"SearchEngines": { "SearchEngines": {
"PreventInstalls": false, "PreventInstalls": false,