From 2bcd66831f4c1e46d517c9c56f76add99e5c1388 Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Fri, 21 Jun 2024 13:54:33 -0400
Subject: [PATCH] Update Linux/macOS samples, fix typo
---
docs/index.md | 2 +-
linux/policies.json | 5 +++++
mac/org.mozilla.firefox.plist | 11 +++++++++++
3 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/docs/index.md b/docs/index.md
index 91b419a..3939dc8 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -3613,7 +3613,7 @@ Value (string):
```
HttpsOnlyMode
- allowed | disallowed | enabled| force_enabled
+ allowed | disallowed | enabled | force_enabled
```
#### policies.json
diff --git a/linux/policies.json b/linux/policies.json
index e0b54c1..7e1fdd4 100644
--- a/linux/policies.json
+++ b/linux/policies.json
@@ -66,6 +66,7 @@
"CIPHER_NAME": true | false,
},
"DisableDeveloperTools": true | false,
+ "DisableEncryptedClientHello": true | false,
"DisableFeedbackCommands": true | false,
"DisableFirefoxAccounts": true | false,
"DisableFirefoxScreenshots": true | false,
@@ -186,6 +187,9 @@
"http://example.edu/"],
"StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
},
+ "HttpAllowlist ": ["http://example.org",
+ "http://example.edu"],
+ "HttpsOnlyMode": "allowed" | "disallowed" | "enabled" | "force_enabled",
"InstallAddonsPermission": {
"Allow": ["http://example.org/",
"http://example.edu/"],
@@ -271,6 +275,7 @@
"Default": true | false,
"Locked": true | false
},
+ "PostQuantumKeyAgreementEnabled": true | false,
"Preferences": {
"accessibility.force_disabled": {
"Value": 1,
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index c2cc5b3..7043180 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -187,6 +187,8 @@
DisableDeveloperTools
+ DisableEncryptedClientHello
+
DisableFeedbackCommands
DisableFirefoxAccounts
@@ -401,6 +403,13 @@
StartPage
homepage
+ HttpAllowlist
+
+ http://example.org
+ http://example.edu
+
+ HttpsOnlyMode
+ disallowed
InstallAddonsPermission
Allow
@@ -558,6 +567,8 @@
Locked
+ PostQuantumKeyAgreementEnabled
+
Preferences
accessibility.force_disabled
--
2.34.1