X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/62be5525115adf0e7ce2dc4abdde9884ab31e14f..329d00eceb698dc9559aa5e556359c9f97c81edf:/mac/org.mozilla.firefox.plist?ds=inline

diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index 178d687..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>
@@ -37,6 +39,8 @@
 			<key>NTLM</key>
 			<true/>
 		</dict>
+		<key>Locked</key>
+		<true/>
 	</dict>
 	<key>BlockAboutAddons</key>
 	<true/>
@@ -118,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/>
@@ -139,6 +147,8 @@
 	<true/>
 	<key>DisableMasterPasswordCreation</key>
 	<true/>
+	<key>DisablePasswordReveal</key>
+	<true/>
 	<key>DisablePocket</key>
 	<true/>
 	<key>DisablePrivateBrowsing</key>
@@ -176,6 +186,10 @@
 		<true/>
 		<key>Fingerprinting</key>
 		<true/>
+		<key>Exceptions</key>
+		<array>
+			<string>https://example.com</string>
+		</array>
 	</dict>
 	<key>Extensions</key>
 	<dict>
@@ -353,6 +367,17 @@
 			<key>Locked</key>
 			<true/>
 		</dict>
+		<key>Autoplay</key>
+		<dict>
+			<key>Allow</key>
+			<array>
+				<string>https://example.org</string>
+			</array>
+			<key>Block</key>
+			<array>
+				<string>https://example.edu</string>
+			</array>
+		</dict>
 	</dict>
 	<key>PopupBlocking</key>
 	<dict>
@@ -393,6 +418,17 @@
 	<true/>
 	<key>SearchBar</key>
 	<string>separate</string>
+	<key>UserMessaging</key>
+	<dict>
+		<key>WhatsNew</key>
+		<false/>
+		<key>ExtensionRecommendations</key>
+		<false/>
+		<key>FeatureRecommendations</key>
+		<false/>
+		<key>UrlbarInterventions</key>
+		<false/>
+	</dict>
 	<key>WebsiteFilter</key>
 	<dict>
 		<key>Block</key>