]> git.p6c8.net - policy-templates.git/commitdiff
Remove space that should not exist in key name
authorqupig <61939856+qupig@users.noreply.github.com>
Sun, 11 Aug 2024 06:47:52 +0000 (06:47 +0000)
committerqupig <61939856+qupig@users.noreply.github.com>
Sun, 11 Aug 2024 06:47:52 +0000 (06:47 +0000)
docs/index.md
linux/policies.json
mac/org.mozilla.firefox.plist

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"]
   }
 }
index 7e1fdd485a8c0cc0d41dfaca7d6a9de51b33b0a5..003731c576964bc86acda2e58fcb79c16acd158b 100644 (file)
                     "http://example.edu/"],
       "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
     },
-    "HttpAllowlist ": ["http://example.org",
+    "HttpAllowlist": ["http://example.org",
                        "http://example.edu"],
     "HttpsOnlyMode": "allowed" | "disallowed" | "enabled" | "force_enabled",
     "InstallAddonsPermission": {
index 70431803ffcc1f0ab5c6714f732c2ccfad38fdc0..f6348d312651f41a1f40611a38137c89dcfe8192 100644 (file)
                <key>StartPage</key>
                <string>homepage</string>
        </dict>
-       <key>HttpAllowlist </key>
+       <key>HttpAllowlist</key>
        <array>
                <string>http://example.org</string>
                <string>http://example.edu</string>

patrick-canterino.de