X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/cb872bee949c1f2171307f9a0587e84ccc064330..022c0af1b96634db7b1edcb44a00760ad8b2c9f4:/mac/org.mozilla.firefox.plist diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index a4660bf..a609de0 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -586,12 +586,28 @@ <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><local&rt;</string> + <key>AutoConfigURL</key> + <string>URL_TO_AUTOCONFIG</string> + <key>AutoLogin</key> + <true/> + <key>UseProxyForDNS</key> + <true/> <key>Locked</key> <true/> </dict>