]> git.p6c8.net - policy-templates.git/blobdiff - mac/org.mozilla.firefox.plist
Add policy docs for AutoLaunchProtocolsFromOrigins
[policy-templates.git] / mac / org.mozilla.firefox.plist
index 30703832af38a7c13c7597c5c1535231fb64aecb..01efdb777d31de3782263fa74e9227904b645461 100644 (file)
@@ -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>
                <key>Locked</key>
                <true/>
        </dict>
+  <key>AutoLaunchProtocolsFromOrigins</key>
+  <array>
+    <dict>
+      <key>protocol</key>
+      <string>zoommtg</string></dict>
+      <key>allowed_origins</key>
+      <array>
+        <string>https://somesite.zoom.us</string>
+      </array>
+    </dict>
+  </array>
        <key>BlockAboutAddons</key>
        <true/>
        <key>BlockAboutConfig</key>
                </dict>
        </dict>
        <key>PictureInPicture</key>
-       <false/>
+       <dict>
+               <key>Enabled</key>
+               <false/>
+               <key>Locked</key>
+               <true/>
+       </dict>
        <key>PopupBlocking</key>
        <dict>
                <key>Allow</key>
                <false/>
                <key>UrlbarInterventions</key>
                <false/>
+               <key>SkipOnboarding</key>
+               <true/>
        </dict>
        <key>WebsiteFilter</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>

patrick-canterino.de