]> git.p6c8.net - policy-templates.git/blobdiff - docs/index.md
Remove space that should not exist in key name
[policy-templates.git] / docs / index.md
index b6667db0ace57fc05867111ce6c51444894c2702..752f74fa967a0dcbbedc2809585754ccf220c2b3 100644 (file)
@@ -3806,7 +3806,7 @@ Value (string):
 #### macOS
 ```
 <dict>
-  <key>HttpAllowlist </key>
+  <key>HttpAllowlist</key>
   <array>
     <string>http://example.org</string>
     <string>http://example.edu</string>
@@ -3817,7 +3817,7 @@ Value (string):
 ```
 {
   "policies": {
-    "HttpAllowlist ": ["http://example.org",
+    "HttpAllowlist": ["http://example.org",
                        "http://example.edu"]
   }
 }

patrick-canterino.de