git.p6c8.net
/
policy-templates.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Typo. Fixes #801
[policy-templates.git]
/
mac
/
org.mozilla.firefox.plist
diff --git
a/mac/org.mozilla.firefox.plist
b/mac/org.mozilla.firefox.plist
index 166c767a718b0c68f05fb3614c7e74d7d8832d9f..6b1c1a8e12b8e1c6db06c0339834fd71e2e04640 100644
(file)
--- a/
mac/org.mozilla.firefox.plist
+++ b/
mac/org.mozilla.firefox.plist
@@
-4,6
+4,8
@@
<dict>
<key>EnterprisePoliciesEnabled</key>
<true/>
<dict>
<key>EnterprisePoliciesEnabled</key>
<true/>
+ <key>AllowedDomainsForApps</key>
+ <string>managedfirefox.com,example.com</string>
<key>AppAutoUpdate</key>
<true/>
<key>AppUpdateURL</key>
<key>AppAutoUpdate</key>
<true/>
<key>AppUpdateURL</key>
@@
-44,6
+46,17
@@
<key>Locked</key>
<true/>
</dict>
<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>
<key>BlockAboutAddons</key>
<true/>
<key>BlockAboutConfig</key>
patrick-canterino.de