X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/a10cf5f4bc71db2897cdb7265c11d2136354630e..ce7da214486f45c98ac36f116b77d33808e27288:/mac/org.mozilla.firefox.plist?ds=inline

diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index 36fde9e..cffd8c2 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -66,6 +66,8 @@
 			<string>Example2Folder</string>
 		</dict>
 	</array>
+	<key>CaptivePortal</key>
+	<false/>
 	<key>Certificates</key>
 	<dict>
 		<key>ImportEnterpriseRoots</key>
@@ -97,6 +99,10 @@
 		<key>Locked</key>
 		<true/>
 	</dict>
+	<key>DefaultDownloadDirectory</key>
+	<string>${home}/Downloads</string>
+	<key>DownloadDirectory</key>
+	<string>${home}/Downloads</string>
 	<key>DNSOverHTTPS</key>
 	<dict>
 		<key>Enabled</key>
@@ -173,6 +179,23 @@
 			<string>firefox@ghostery.com</string>
 		</array>
 	</dict>
+	<key>ExtensionUpdate</key>
+	<false/>
+	<key>FirefoxHome</key>
+	<dict>
+		<key>Search</key>
+		<true/>
+		<key>TopSites</key>
+		<true/>
+		<key>Highlights</key>
+		<true/>
+		<key>Pocket</key>
+		<false/>
+		<key>Snippets</key>
+		<false/>
+		<key>Locked</key>
+		<true/>
+	</dict>
 	<key>FlashPlugin</key>
 	<dict>
 		<key>Allow</key>
@@ -215,6 +238,15 @@
 		<key>Default</key>
 		<false/>
 	</dict>
+	<key>LocalFileLinks</key>
+	<array>
+		<string>http://example.org</string>
+		<string>http://example.edu</string>
+	</array>
+	<key>NetworkPrediction</key>
+	<false/>
+	<key>NewTabPage</key>
+	<false/>
 	<key>NoDefaultBookmarks</key>
 	<true/>
 	<key>OfferToSaveLogins</key>
@@ -298,6 +330,13 @@
 		<key>Locked</key>
 		<true/>
 	</dict>
+	<key>Preferences</key>
+	<dict>
+		<key>app.update.auto</key>
+		<true/>
+		<key>security.default_personal_cert</key>
+		<string>Ask Every Time</string>
+	</dict>
 	<key>Proxy</key>
 	<dict>
 		<key>SocksVersion</key>
@@ -335,5 +374,18 @@
 		<key>NAME_OF_DEVICE</key>
 		<string>PATH_TO_LIBRARY_FOR_DEVICE</string>
 	</dict>
+	<key>SSLVersionMin</key>
+	<string>tls1.2</string>
+	<key>SSLVersionMax</key>
+	<string>tls1.3</string>
+	<key>SupportMenu</key>
+	<dict>
+		<key>Title</key>
+		<string>Click here for help</string>
+		<key>URL</key>
+		<string>http://example.edu/</string>
+		<key>AccessKey</key>
+		<string>C</string>
+	</dict>
 </dict>
 </plist>