]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Correct Intune ExtensionSettings example. Fixes #679
[policy-templates.git] / README.md
index 57532bc8a7bffbb16fcacba65714cf74ffdeecb4..906d74870ea2c8344a0a0c7694fc04deee1704f2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2293,6 +2293,7 @@ Value (string):
 ```
 <enabled/>
 <data id="ExtensionSettings" value='
+{
   "*": {
     "blocked_install_message": "Custom error message.",
     "install_sources": ["about:addons","https://addons.mozilla.org/"],
@@ -2305,7 +2306,8 @@ Value (string):
   },
     "https-everywhere@eff.org": {
     "installation_mode": "allowed",
-  }'/>
+  }
+}'/>
 ```
 #### macOS
 ```

patrick-canterino.de