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/*"
|
||||
]
|
||||
},
|
||||
"Extensions": {
|
||||
"Install": [
|
||||
"https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
|
||||
],
|
||||
"Uninstall": [
|
||||
"google@search.mozilla.org",
|
||||
"bing@search.mozilla.org",
|
||||
"amazondotcom@search.mozilla.org",
|
||||
"ebay@search.mozilla.org",
|
||||
"twitter@search.mozilla.org"
|
||||
]
|
||||
"ExtensionSettings": {
|
||||
"uBlock0@raymondhill.net": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"google@search.mozilla.org": {
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"bing@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": {
|
||||
"PreventInstalls": false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue