From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Sun, 11 Aug 2024 12:42:19 +0000 (-0400)
Subject: Merge pull request #1142 from qupig/master
X-Git-Tag: v6.2~5
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/09d5a31be90a68df4b785f00aa765528b4a02b26?hp=869b1d919857a59e4e3f06dfe2c9987f92710db5
Merge pull request #1142 from qupig/master
Remove space that should not exist in key name
---
diff --git a/docs/index.md b/docs/index.md
index b6667db..130ed1d 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -3796,7 +3796,7 @@ Software\Policies\Mozilla\Firefox\HttpAllowlist\2 = "http://example.edu"
#### Windows (Intune)
OMA-URI:
```
-./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HttpAllowlist
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HttpAllowlist
```
Value (string):
```
@@ -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
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 58655ef..18518ed 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -1114,7 +1114,7 @@ If this policy is disabled or not configured, HTTPS-Only Mode is not enabled.Off and locked
On by default
On and locked
- HTTP Allowlist
+ HTTP Allowlist
If this policy is enabled, you can specify a list origins that will not be upgraded to HTTPS.
If this policy is disabled or not configured, all origins are upgraded to HTTPS if HTTPS-Only Mode is enabled.