X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/7d2872c68ea39b0dce6da4c644aa65597a5aa894..329d00eceb698dc9559aa5e556359c9f97c81edf:/mac/org.mozilla.firefox.plist diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index c331e5f..a0813c1 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -4,6 +4,8 @@ <dict> <key>EnterprisePoliciesEnabled</key> <false/> + <key>AppAutoUpdate</key> + <true/> <key>AppUpdateURL</key> <string>https://www.example.com/update.xml</string> <key>Authentication</key> @@ -120,6 +122,10 @@ <string>URL_TO_ALTERNATE_PROVIDER</string> <key>Locked</key> <true/> + <key>ExcludedDomains</key> + <array> + <string>example.com</string> + </array> </dict> <key>DisableAppUpdate</key> <true/>