]> git.p6c8.net - policy-templates.git/commitdiff
Correct Intune ExtensionSettings example. Fixes #679
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 2 Sep 2020 16:10:09 +0000 (11:10 -0500)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 2 Sep 2020 16:10:09 +0000 (11:10 -0500)
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