X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/8911fa003c6ee3a512f6b6911fa7032247565d6d..95b4b38c11dc10b1f308fa97aeaa8d25ec8551bb:/mac/org.mozilla.firefox.plist?ds=sidebyside diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index b37abd9..3a10ebe 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> @@ -320,18 +322,14 @@ <key>Locked</key> <true/> </dict> - <key>FlashPlugin</key> + <key>FirefoxHome</key> <dict> - <key>Allow</key> - <array> - <string>https://www.example.com</string> - </array> - <key>Block</key> - <array> - <string>https://www.example.org</string> - </array> - <key>Default</key> + <key>WebSuggestions</key> <true/> + <key>SponsoredSuggestions</key> + <false/> + <key>ImproveSuggest</key> + <false/> <key>Locked</key> <true/> </dict> @@ -405,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> @@ -562,6 +567,8 @@ <key>Locked</key> <true/> </dict> + <key>PostQuantumKeyAgreementEnabled</key> + </false> <key>Preferences</key> <dict> <key>accessibility.force_disabled</key> @@ -586,14 +593,34 @@ <string>locked</string> </dict> </dict> + <key>PrintingEnabled</key> + <false/> + <key>PrivateBrowsingModeAvailability</key> + <integer>1</integer> <key>Proxy</key> <dict> - <key>SocksVersion</key> - <string>4</string> <key>Mode</key> <string>manual</string> <key>HTTPProxy</key> <string>proxy.example.com:80</string> + <key>UseHTTPProxyForAllProtocols</key> + <true/> + <key>SSLProxy</key> + <string>proxy.example.com:80</string> + <key>FTPProxy</key> + <string>proxy.example.com:80</string> + <key>SOCKSProxy</key> + <string>proxy.example.com:80</string> + <key>SocksVersion</key> + <string>4</string> + <key>Passthrough</key> + <string><local></string> + <key>AutoConfigURL</key> + <string>URL_TO_AUTOCONFIG</string> + <key>AutoLogin</key> + <true/> + <key>UseProxyForDNS</key> + <true/> <key>Locked</key> <true/> </dict> @@ -603,13 +630,48 @@ <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> + <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> @@ -620,6 +682,8 @@ <true/> <key>MoreFromMozilla</key> <true/> + <key>FirefoxLabs</key> + <true/> <key>Locked</key> <true/> </dict> @@ -637,27 +701,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>