]> git.p6c8.net - policy-templates.git/blobdiff - mac/org.mozilla.firefox.plist
Small update
[policy-templates.git] / mac / org.mozilla.firefox.plist
index a2ba037e02437bdeccb017f3141ef9502f8daa52..2195d4d9bbab1ee16af012e562d47ec6e441f25d 100644 (file)
@@ -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>
@@ -92,6 +92,8 @@
                <string>never</string>
                <key>ExpireAtSessionEnd</key>
                <true/>
+               <key>RejectTracker</key>
+               <true/>         
                <key>Locked</key>
                <true/>
        </dict>
                <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>
                <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>

patrick-canterino.de