X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/5e66b3edec2cdc52018f14f777ddfb6cc576b5aa..1a3f5204dab4027d71e14dbb8a7d56f8852edea5:/mac/org.mozilla.firefox.plist diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index 493e4d1..6b1c1a8 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -4,6 +4,8 @@ <dict> <key>EnterprisePoliciesEnabled</key> <true/> + <key>AllowedDomainsForApps</key> + <string>managedfirefox.com,example.com</string> <key>AppAutoUpdate</key> <true/> <key>AppUpdateURL</key> @@ -44,6 +46,17 @@ <key>Locked</key> <true/> </dict> + <key>AutoLaunchProtocolsFromOrigins</key> + <array> + <dict> + <key>protocol</key> + <string>zoommtg</string> + <key>allowed_origins</key> + <array> + <string>https://somesite.zoom.us</string> + </array> + </dict> + </array> <key>BlockAboutAddons</key> <true/> <key>BlockAboutConfig</key> @@ -589,6 +602,8 @@ <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>