X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/993e729316b044de2e0e938ab6507b8e5a91380a..HEAD:/mac/org.mozilla.firefox.plist?ds=sidebyside diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index 2335b61..f8e1cf3 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> @@ -418,6 +427,8 @@ </array> <key>PrimaryPassword</key> <true/> + <key>MicrosoftEntraSSO</key> + <true/> <key>NetworkPrediction</key> <false/> <key>NewTabPage</key> @@ -558,6 +569,8 @@ <key>Locked</key> <true/> </dict> + <key>PostQuantumKeyAgreementEnabled</key> + <false/> <key>Preferences</key> <dict> <key>accessibility.force_disabled</key> @@ -584,6 +597,8 @@ </dict> <key>PrintingEnabled</key> <false/> + <key>PrivateBrowsingModeAvailability</key> + <integer>1</integer> <key>Proxy</key> <dict> <key>Mode</key> @@ -617,7 +632,20 @@ <string>en-US</string> </array> <key>SanitizeOnShutdown</key> - <true/> + <dict> + <key>Cache</key> + <true/> + <key>Cookies</key> + <true/> + <key>History</key> + <true/> + <key>Sessions</key> + <true/> + <key>SiteSettings</key> + <true/> + <key>Locked</key> + <true/> + </dict> <key>SearchBar</key> <string>separate</string> <key>SecurityDevices</key> @@ -646,8 +674,6 @@ <true/> <key>UserMessaging</key> <dict> - <key>WhatsNew</key> - <false/> <key>ExtensionRecommendations</key> <false/> <key>FeatureRecommendations</key> @@ -658,6 +684,8 @@ <true/> <key>MoreFromMozilla</key> <true/> + <key>FirefoxLabs</key> + <true/> <key>Locked</key> <true/> </dict>