Merge branch 'master' into 'master'

change "Extensions" policy to "ExtensionSettings"

See merge request librewolf-community/settings!52
This commit is contained in:
Andrea Varesio 2023-01-25 09:30:44 +00:00
commit b7cda386d9

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,