X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/bfdc3c2b6a5d972ec4e7e132b8b7a55d6026a7c2..d2cccf2d0c156a60c5c25e941089ef3da504ec22:/mac/org.mozilla.firefox.plist diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index 8240fb9..c3a3913 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -8,6 +8,8 @@ <string>managedfirefox.com,example.com</string> <key>AppAutoUpdate</key> <true/> + <key>AppUpdatePin</key> + <string>106.</string> <key>AppUpdateURL</key> <string>https://www.example.com/update.xml</string> <key>Authentication</key> @@ -104,6 +106,20 @@ <string>cert2.pem</string> </array> </dict> + <key>Default</key> + <dict> + <key>Containers</key> + <array> + <dict> + <key>name</key> + <string>My container</string> + <key>icon</key> + <string>pet</string> + <key>color</key> + <string>turquoise</string> + </dict> + </array> + </dict> <key>Cookies</key> <dict> <key>Allow</key> @@ -171,6 +187,8 @@ </dict> <key>DisableDeveloperTools</key> <true/> + <key>DisableEncryptedClientHello</key> + <true/> <key>DisableFeedbackCommands</key> <true/> <key>DisableFirefoxAccounts</key> @@ -224,6 +242,8 @@ <true/> <key>Fingerprinting</key> <true/> + <key>EmailTracking</key> + <true/> <key>Exceptions</key> <array> <string>https://example.com</string> @@ -302,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> @@ -387,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> @@ -544,6 +567,8 @@ <key>Locked</key> <true/> </dict> + <key>PostQuantumKeyAgreementEnabled</key> + </false> <key>Preferences</key> <dict> <key>accessibility.force_disabled</key> @@ -568,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> @@ -588,10 +633,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> @@ -600,6 +667,12 @@ <false/> <key>SkipOnboarding</key> <true/> + <key>MoreFromMozilla</key> + <true/> + <key>FirefoxLabs</key> + <true/> + <key>Locked</key> + <true/> </dict> <key>UseSystemPrintDialog</key> <true/> @@ -615,27 +688,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>