X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/e4134c8b4ce38b8b340f24f3c13ac9ea9132ffed..013ab3b2329be9137419d2c15c4c39fcce1d51ba:/mac/org.mozilla.firefox.plist diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index 3070383..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> @@ -497,7 +510,12 @@ </dict> </dict> <key>PictureInPicture</key> - <false/> + <dict> + <key>Enabled</key> + <false/> + <key>Locked</key> + <true/> + </dict> <key>PopupBlocking</key> <dict> <key>Allow</key> @@ -564,6 +582,8 @@ <false/> <key>UrlbarInterventions</key> <false/> + <key>SkipOnboarding</key> + <true/> </dict> <key>WebsiteFilter</key> <dict> @@ -582,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>