Merge branch 'master' into 'master'
change "Extensions" policy to "ExtensionSettings" See merge request librewolf-community/settings!52
This commit is contained in:
commit
b7cda386d9
1 changed files with 20 additions and 11 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue