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?hp=-c
Remove space that should not exist in key name
---
8187de0c0fb376fb91823f7038ff4f8cbb0785e6
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
```
- HttpAllowlist
+ HttpAllowlist
http://example.org
http://example.edu
@@ -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 @@
StartPage
homepage
- HttpAllowlist
+ HttpAllowlist
http://example.org
http://example.edu