X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/586e68895d45fe6e9252c08b743aa509782d4c5f..a35c252f6c18042bf5541e20d6e58dd68af8fc67:/mac/org.mozilla.firefox.plist diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index a2ba037..699245d 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>EnterprisePoliciesEnabled</key> - <true/> + <false/> <key>AppUpdateURL</key> <string>https://www.example.com/update.xml</string> <key>Authentication</key> @@ -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,13 +187,17 @@ <array> <string>https://www.example.org</string> </array> + <key>Default</key> + <true/> + <key>Locked</key> + <true/> </dict> <key>HardwareAcceleration</key> <false/> <key>Homepage</key> <dict> <key>URL</key> - <string>about:policies</string> + <string>http://example.com</string> <key>Locked</key> <true/> <key>Additional</key> @@ -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>