Domain/FirefoxExtensions.json
Upgrayedd 02b776edf2 Add FirefoxExtensions.json
copy template from mozilla github, just works pasted into GPO:
Computer Configuration > Policies > Administrative Templates > Mozilla > Firefox >Extensions > Extension Management
2024-08-17 17:37:21 -05:00

16 lines
478 B
JSON

{
"*": {
"blocked_install_message": "Custom error message.",
"install_sources": ["https://yourwebsite.com/*"],
"installation_mode": "blocked",
"allowed_types": ["extension"]
},
"uBlock0@raymondhill.net": {
"installation_mode": "force_installed",
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
},
"https-everywhere@eff.org": {
"installation_mode": "allowed",
"updates_disabled": false
}
}