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
AppUpdatePin documentation
[policy-templates.git]
/
mac
/
org.mozilla.firefox.plist
diff --git
a/mac/org.mozilla.firefox.plist
b/mac/org.mozilla.firefox.plist
index d14eb7ca6bd18bb42c3b1b3f36626ea6935ac25d..a2b21c10e6e532b9f0148ddbd48728cb1b1acb92 100644
(file)
--- a/
mac/org.mozilla.firefox.plist
+++ b/
mac/org.mozilla.firefox.plist
@@
-4,8
+4,12
@@
<dict>
<key>EnterprisePoliciesEnabled</key>
<true/>
<dict>
<key>EnterprisePoliciesEnabled</key>
<true/>
+ <key>AllowedDomainsForApps</key>
+ <string>managedfirefox.com,example.com</string>
<key>AppAutoUpdate</key>
<true/>
<key>AppAutoUpdate</key>
<true/>
+ <key>AppUpdatePin</key>
+ <string>106.</string>
<key>AppUpdateURL</key>
<string>https://www.example.com/update.xml</string>
<key>Authentication</key>
<key>AppUpdateURL</key>
<string>https://www.example.com/update.xml</string>
<key>Authentication</key>
@@
-44,6
+48,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>
@@
-105,14
+120,8
@@
<array>
<string>https://www.example.edu/</string>
</array>
<array>
<string>https://www.example.edu/</string>
</array>
- <key>Default</key>
- <false/>
- <key>AcceptThirdParty</key>
- <string>never</string>
- <key>ExpireAtSessionEnd</key>
- <true/>
- <key>RejectTracker</key>
- <true/>
+ <key>Behavior</key>
+ <string>limit-foreign</string>
<key>Locked</key>
<true/>
</dict>
<key>Locked</key>
<true/>
</dict>
@@
-229,6
+238,17
@@
<key>Locked</key>
<false/>
</dict>
<key>Locked</key>
<false/>
</dict>
+ <key>ExemptDomainFileTypePairsFromFileTypeDownloadWarnings</key>
+ <array>
+ <dict>
+ <key>file_extension</key>
+ <string>jnlp</string>
+ <key>domains</key>
+ <array>
+ <string>example.com</string>
+ </array>
+ </dict>
+ </array>
<key>Extensions</key>
<dict>
<key>Install</key>
<key>Extensions</key>
<dict>
<key>Install</key>
@@
-271,10
+291,14
@@
<true/>
<key>TopSites</key>
<true/>
<true/>
<key>TopSites</key>
<true/>
+ <key>SponsoredTopSites</key>
+ <false/>
<key>Highlights</key>
<true/>
<key>Pocket</key>
<false/>
<key>Highlights</key>
<true/>
<key>Pocket</key>
<false/>
+ <key>SponsoredPocket</key>
+ <false/>
<key>Snippets</key>
<false/>
<key>Locked</key>
<key>Snippets</key>
<false/>
<key>Locked</key>
@@
-295,6
+319,8
@@
<key>Locked</key>
<true/>
</dict>
<key>Locked</key>
<true/>
</dict>
+ <key>GoToIntranetSiteForSingleWordEntryInAddressBar</key>
+ <true/>
<key>Handlers</key>
<dict>
<key>mimeTypes</key>
<key>Handlers</key>
<dict>
<key>mimeTypes</key>
@@
-403,6
+429,11
@@
<key>EnablePermissions</key>
<false/>
</dict>
<key>EnablePermissions</key>
<false/>
</dict>
+ <key>PasswordManagerExceptions</key>
+ <array>
+ <string>https://example.org</string>
+ <string>https://example.edu</string>
+ </array>
<key>Permissions</key>
<dict>
<key>Camera</key>
<key>Permissions</key>
<dict>
<key>Camera</key>
@@
-569,7
+600,11
@@
<false/>
<key>UrlbarInterventions</key>
<false/>
<false/>
<key>UrlbarInterventions</key>
<false/>
+ <key>SkipOnboarding</key>
+ <true/>
</dict>
</dict>
+ <key>UseSystemPrintDialog</key>
+ <true/>
<key>WebsiteFilter</key>
<dict>
<key>Block</key>
<key>WebsiteFilter</key>
<dict>
<key>Block</key>
@@
-587,10
+622,14
@@
<key>NAME_OF_DEVICE</key>
<string>PATH_TO_LIBRARY_FOR_DEVICE</string>
</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>
<string>tls1.3</string>
<key>SSLVersionMin</key>
<string>tls1.2</string>
<key>SSLVersionMax</key>
<string>tls1.3</string>
+ <key>StartDownloadsInTempDirectory</key>
+ <true/>
<key>SupportMenu</key>
<dict>
<key>Title</key>
<key>SupportMenu</key>
<dict>
<key>Title</key>
patrick-canterino.de