diff --git a/docs/index.md b/docs/index.md index 91b419ab..3939dc85 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 e0b54c19..7e1fdd48 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 c2cc5b3e..70431803 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