X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/8bcd47716d936b00398da491f9c5f822e1766bcf..a35c252f6c18042bf5541e20d6e58dd68af8fc67:/mac/org.mozilla.firefox.plist

diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index db7da2d..699245d 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,6 +94,8 @@
 		<string>never</string>
 		<key>ExpireAtSessionEnd</key>
 		<true/>
+		<key>RejectTracker</key>
+		<true/>		
 		<key>Locked</key>
 		<true/>
 	</dict>
@@ -171,6 +175,8 @@
 			<string>firefox@ghostery.com</string>
 		</array>
 	</dict>
+	<key>ExtensionUpdate</key>
+	<false/>
 	<key>FlashPlugin</key>
 	<dict>
 		<key>Allow</key>
@@ -181,6 +187,10 @@
 		<array>
 			<string>https://www.example.org</string>
 		</array>
+		<key>Default</key>
+		<true/>
+		<key>Locked</key>
+		<true/>
 	</dict>
 	<key>HardwareAcceleration</key>
 	<false/>
@@ -209,6 +219,8 @@
 		<key>Default</key>
 		<false/>
 	</dict>
+	<key>NetworkPrediction</key>
+	<false/>
 	<key>NoDefaultBookmarks</key>
 	<true/>
 	<key>OfferToSaveLogins</key>
@@ -329,5 +341,9 @@
 		<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>
 </dict>
 </plist>