From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Mon, 16 Dec 2019 21:55:22 +0000 (-0600)
Subject: Add allowed_types example - Fixes #505
X-Git-Tag: v1.12~4
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/62f42c827fadc9e2c391065fadb3b5690e7a4d8f?ds=inline;hp=047d9fb002ed5745dcc7ede0e30e4628fbe8cca9
Add allowed_types example - Fixes #505
---
diff --git a/README.md b/README.md
index 83c29ed..8c420f9 100644
--- a/README.md
+++ b/README.md
@@ -1428,7 +1428,8 @@ Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
"*": {
"blocked_install_message": "Custom error message.",
"install_sources": ["https://addons.mozilla.org/"],
- "installation_mode": "blocked"
+ "installation_mode": "blocked",
+ "allowed_types": ["extension"]
},
"uBlock0@raymondhill.net": {
"installation_mode": "force_installed",
@@ -1451,6 +1452,10 @@ Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
installation_mode
blocked
+ allowed_types
+
+ extension
+
uBlock0@raymondhill.net
@@ -1470,7 +1475,8 @@ Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
"*": {
"blocked_install_message": "Custom error message.",
"install_sources": ["https://addons.mozilla.org/"],
- "installation_mode": "blocked"
+ "installation_mode": "blocked",
+ "allowed_types": ["extension"]
},
"uBlock0@raymondhill.net": {
"installation_mode": "force_installed",