]> git.p6c8.net - policy-templates.git/blobdiff - mac/org.mozilla.firefox.plist
Add proxy variables to mac plist
[policy-templates.git] / mac / org.mozilla.firefox.plist
index 0a8733bf39937fa909f6acdd222db7b1efd2e8a2..a609de07050f2d21628b2e561262268cffc19af6 100644 (file)
                        <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&rt;</string>
+               <key>AutoConfigURL</key>
+               <string>URL_TO_AUTOCONFIG</string>
+               <key>AutoLogin</key>
+               <true/>
+               <key>UseProxyForDNS</key>
+               <true/>
                <key>Locked</key>
                <true/>
        </dict>

patrick-canterino.de