X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/7a6f4e24033db9093551fbc7da650a104e10a713..686254494a406fc85d174e0ff2a90c330e8bf75b:/mac/org.mozilla.firefox.plist

diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index db7da2d..7d0bcad 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>
@@ -92,9 +94,15 @@
 		<string>never</string>
 		<key>ExpireAtSessionEnd</key>
 		<true/>
+		<key>RejectTracker</key>
+		<true/>		
 		<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>
@@ -171,6 +179,44 @@
 			<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>
+	<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>
@@ -181,6 +227,10 @@
 		<array>
 			<string>https://www.example.org</string>
 		</array>
+		<key>Default</key>
+		<true/>
+		<key>Locked</key>
+		<true/>
 	</dict>
 	<key>HardwareAcceleration</key>
 	<false/>
@@ -209,6 +259,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>
@@ -292,6 +351,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>
@@ -329,5 +395,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>