X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/7f9d5254922f997ed9870e64506e06fcb6cf9a7b..5c4977f107ab2fe796f0d5ebc2f53db4f5d059e3:/mac/org.mozilla.firefox.plist

diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index f1701f4..7043180 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -187,6 +187,8 @@
 	</dict>
 	<key>DisableDeveloperTools</key>
 	<true/>
+	<key>DisableEncryptedClientHello</key>
+	<true/>
 	<key>DisableFeedbackCommands</key>
 	<true/>
 	<key>DisableFirefoxAccounts</key>
@@ -401,6 +403,13 @@
 		<key>StartPage</key>
 		<string>homepage</string>
 	</dict>
+	<key>HttpAllowlist </key>
+	<array>
+		<string>http://example.org</string>
+		<string>http://example.edu</string>
+	</array>
+	<key>HttpsOnlyMode</key>
+	<string>disallowed</string>
 	<key>InstallAddonsPermission</key>
 	<dict>
 		<key>Allow</key>
@@ -558,6 +567,8 @@
 		<key>Locked</key>
 		<true/>
 	</dict>
+	<key>PostQuantumKeyAgreementEnabled</key>
+	</false>
 	<key>Preferences</key>
 	<dict>
 		<key>accessibility.force_disabled</key>
@@ -620,10 +631,32 @@
 	<true/>
 	<key>SearchBar</key>
 	<string>separate</string>
+	<key>SecurityDevices</key>
+	<dict>
+		<key>NAME_OF_DEVICE</key>
+		<string>PATH_TO_LIBRARY_FOR_DEVICE</string>
+	</dict>
+	<key>ShowHomeButton</key>
+	<true/>
+	<key>SSLVersionMin</key>
+	<string>tls1.2</string>
+	<key>SSLVersionMax</key>
+	<string>tls1.3</string>
+	<key>StartDownloadsInTempDirectory</key>
+	<true/>
+	<key>SupportMenu</key>
+	<dict>
+		<key>Title</key>
+		<string>Click here for help</string>
+		<key>URL</key>
+		<string>http://example.edu/</string>
+		<key>AccessKey</key>
+		<string>C</string>
+	</dict>
+	<key>TranslateEnabled</key>
+	<true/>
 	<key>UserMessaging</key>
 	<dict>
-		<key>WhatsNew</key>
-		<false/>
 		<key>ExtensionRecommendations</key>
 		<false/>
 		<key>FeatureRecommendations</key>
@@ -651,27 +684,5 @@
 			<string>https://www.yahoo.com/*</string>
 		</array>
 	</dict>
-	<key>SecurityDevices</key>
-	<dict>
-		<key>NAME_OF_DEVICE</key>
-		<string>PATH_TO_LIBRARY_FOR_DEVICE</string>
-	</dict>
-	<key>ShowHomeButton</key>
-	<true/>
-	<key>SSLVersionMin</key>
-	<string>tls1.2</string>
-	<key>SSLVersionMax</key>
-	<string>tls1.3</string>
-	<key>StartDownloadsInTempDirectory</key>
-	<true/>
-	<key>SupportMenu</key>
-	<dict>
-		<key>Title</key>
-		<string>Click here for help</string>
-		<key>URL</key>
-		<string>http://example.edu/</string>
-		<key>AccessKey</key>
-		<string>C</string>
-	</dict>
 </dict>
 </plist>