]> 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 166c767a718b0c68f05fb3614c7e74d7d8832d9f..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>

patrick-canterino.de