X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/5501b4a808a99a8f8981dbcecd7331108d725f9f..ce322515020828e33c5b760dee7ecf4aced57af8:/mac/org.mozilla.firefox.plist?ds=sidebyside

diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index cffd8c2..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>
@@ -30,6 +32,15 @@
 			<key>NTLM</key>
 			<true/>
 		</dict>
+		<key>AllowProxies</key>
+		<dict>
+			<key>SPNEGO</key>
+			<true/>
+			<key>NTLM</key>
+			<true/>
+		</dict>
+		<key>Locked</key>
+		<true/>
 	</dict>
 	<key>BlockAboutAddons</key>
 	<true/>
@@ -111,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/>
@@ -132,6 +147,8 @@
 	<true/>
 	<key>DisableMasterPasswordCreation</key>
 	<true/>
+	<key>DisablePasswordReveal</key>
+	<true/>
 	<key>DisablePocket</key>
 	<true/>
 	<key>DisablePrivateBrowsing</key>
@@ -165,6 +182,14 @@
 		<true/>
 		<key>Locked</key>
 		<true/>
+		<key>Cryptomining</key>
+		<true/>
+		<key>Fingerprinting</key>
+		<true/>
+		<key>Exceptions</key>
+		<array>
+			<string>https://example.com</string>
+		</array>
 	</dict>
 	<key>Extensions</key>
 	<dict>
@@ -179,6 +204,27 @@
 			<string>firefox@ghostery.com</string>
 		</array>
 	</dict>
+	<key>ExtensionSettings</key>
+	<dict>
+		<key>*</key>
+		<dict>
+			<key>blocked_install_message</key>
+			<string>Custom error message.</string>
+			<key>install_sources</key>
+			<array>
+				<string>https://addons.mozilla.org/</string>
+			</array>
+			<key>installation_mode</key>
+			<string>blocked</string>
+		</dict>
+		<key>uBlock0@raymondhill.net</key>
+		<dict>
+			<key>installation_mode</key>
+			 <string>force_installed</string>
+			<key>install_url</key>
+			<string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
+		</dict>
+	</dict>
 	<key>ExtensionUpdate</key>
 	<false/>
 	<key>FirefoxHome</key>
@@ -251,10 +297,14 @@
 	<true/>
 	<key>OfferToSaveLogins</key>
 	<false/>
+	<key>OfferToSaveLoginsDefault</key>
+	<true/>
 	<key>OverrideFirstRunPage</key>
 	<string>https://www.example.com</string>
 	<key>OverridePostUpdatePage</key>
 	<string></string>
+	<key>PasswordManagerEnabled</key>
+	<false/>
 	<key>Permissions</key>
 	<dict>
 		<key>Camera</key>
@@ -317,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>
@@ -357,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>