]> git.p6c8.net - policy-templates.git/blobdiff - mac/org.mozilla.firefox.plist
Merge pull request #1094 from willdurand/patch-1
[policy-templates.git] / mac / org.mozilla.firefox.plist
index f1701f43507343a76496b889c752def570eea57d..2335b6112cc9f1feb0ec2d65be4572b968d0f383 100644 (file)
        <true/>
        <key>SearchBar</key>
        <string>separate</string>
+       <key>SecurityDevices</key>
+       <dict>
+               <key>NAME_OF_DEVICE</key>
+               <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
+       </dict>
+       <key>ShowHomeButton</key>
+       <true/>
+       <key>SSLVersionMin</key>
+       <string>tls1.2</string>
+       <key>SSLVersionMax</key>
+       <string>tls1.3</string>
+       <key>StartDownloadsInTempDirectory</key>
+       <true/>
+       <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>
+       <key>TranslateEnabled</key>
+       <true/>
        <key>UserMessaging</key>
        <dict>
                <key>WhatsNew</key>
                        <string>https://www.yahoo.com/*</string>
                </array>
        </dict>
-       <key>SecurityDevices</key>
-       <dict>
-               <key>NAME_OF_DEVICE</key>
-               <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
-       </dict>
-       <key>ShowHomeButton</key>
-       <true/>
-       <key>SSLVersionMin</key>
-       <string>tls1.2</string>
-       <key>SSLVersionMax</key>
-       <string>tls1.3</string>
-       <key>StartDownloadsInTempDirectory</key>
-       <true/>
-       <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>

patrick-canterino.de