From 8187de0c0fb376fb91823f7038ff4f8cbb0785e6 Mon Sep 17 00:00:00 2001
From: qupig <61939856+qupig@users.noreply.github.com>
Date: Sun, 11 Aug 2024 06:47:52 +0000
Subject: [PATCH 1/1] Remove space that should not exist in key name
---
docs/index.md | 4 ++--
linux/policies.json | 2 +-
mac/org.mozilla.firefox.plist | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
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
--
2.34.1