]> git.p6c8.net - policy-templates.git/blobdiff - mac/org.mozilla.firefox.plist
Merge pull request #1120 from mozilla/Https
[policy-templates.git] / mac / org.mozilla.firefox.plist
index b37abd962ca5411927d030b3c72a55ee63c6ed91..c2cc5b3ef6f6fe12877f2e0bff6924579a7d5ad8 100644 (file)
                <key>Locked</key>
                <true/>
        </dict>
-       <key>FlashPlugin</key>
+       <key>FirefoxHome</key>
        <dict>
-               <key>Allow</key>
-               <array>
-                       <string>https://www.example.com</string>
-               </array>
-               <key>Block</key>
-               <array>
-                       <string>https://www.example.org</string>
-               </array>
-               <key>Default</key>
+               <key>WebSuggestions</key>
                <true/>
+               <key>SponsoredSuggestions</key>
+               <false/>
+               <key>ImproveSuggest</key>
+               <false/>
                <key>Locked</key>
                <true/>
        </dict>
                        <string>locked</string>
                </dict>
        </dict>
+       <key>PrintingEnabled</key>
+       <false/>
        <key>Proxy</key>
        <dict>
-               <key>SocksVersion</key>
-               <string>4</string>
                <key>Mode</key>
                <string>manual</string>
                <key>HTTPProxy</key>
                <string>proxy.example.com:80</string>
+               <key>UseHTTPProxyForAllProtocols</key>
+               <true/>
+               <key>SSLProxy</key>
+               <string>proxy.example.com:80</string>
+               <key>FTPProxy</key>
+               <string>proxy.example.com:80</string>
+               <key>SOCKSProxy</key>
+               <string>proxy.example.com:80</string>
+               <key>SocksVersion</key>
+               <string>4</string>
+               <key>Passthrough</key>
+               <string>&lt;local&gt;</string>
+               <key>AutoConfigURL</key>
+               <string>URL_TO_AUTOCONFIG</string>
+               <key>AutoLogin</key>
+               <true/>
+               <key>UseProxyForDNS</key>
+               <true/>
                <key>Locked</key>
                <true/>
        </dict>
        <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>
-               <false/>
                <key>ExtensionRecommendations</key>
                <false/>
                <key>FeatureRecommendations</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