X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/28b617ec44a3b8a2f9ede8fc9848e2ef5555e14f..05138d224b200d750d1390bc2a291e4143717075:/mac/org.mozilla.firefox.plist?ds=sidebyside diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index 4119092..7b0bef2 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> @@ -173,6 +175,8 @@ <string>firefox@ghostery.com</string> </array> </dict> + <key>ExtensionUpdate</key> + <false/> <key>FlashPlugin</key> <dict> <key>Allow</key> @@ -183,6 +187,10 @@ <array> <string>https://www.example.org</string> </array> + <key>Default</key> + <true/> + <key>Locked</key> + <true/> </dict> <key>HardwareAcceleration</key> <false/> @@ -211,6 +219,8 @@ <key>Default</key> <false/> </dict> + <key>NetworkPrediction</key> + <false/> <key>NoDefaultBookmarks</key> <true/> <key>OfferToSaveLogins</key> @@ -331,5 +341,9 @@ <key>NAME_OF_DEVICE</key> <string>PATH_TO_LIBRARY_FOR_DEVICE</string> </dict> + <key>SSLMinVersion</key> + <string>tls1.2</string> + <key>SSLMaxVersion</key> + <string>tls1.3</string> </dict> </plist>