From: qupig <61939856+qupig@users.noreply.github.com>
Date: Sun, 11 Aug 2024 06:47:52 +0000 (+0000)
Subject: Remove space that should not exist in key name
X-Git-Tag: v6.2~5^2~1
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/8187de0c0fb376fb91823f7038ff4f8cbb0785e6?ds=inline;hp=869b1d919857a59e4e3f06dfe2c9987f92710db5

Remove space that should not exist in key name
---

diff --git a/docs/index.md b/docs/index.md
index b6667db..752f74f 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -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"]
   }
 }
diff --git a/linux/policies.json b/linux/policies.json
index 7e1fdd4..003731c 100644
--- a/linux/policies.json
+++ b/linux/policies.json
@@ -187,7 +187,7 @@
                     "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": {
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index 7043180..f6348d3 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -403,7 +403,7 @@
 		<key>StartPage</key>
 		<string>homepage</string>
 	</dict>
-	<key>HttpAllowlist </key>
+	<key>HttpAllowlist</key>
 	<array>
 		<string>http://example.org</string>
 		<string>http://example.edu</string>