- <policy class="Both" displayName="$(string.SSLProxy)" name="SSLProxy" explainText="$(string.SSLProxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.SSLProxy)" >
- <parentCategory ref="Proxy" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <elements >
- <text id="SSLProxy" valueName="SSLProxy" required="true" />
- </elements>
- </policy>
- <policy class="Both" displayName="$(string.FTPProxy)" name="FTPProxy" explainText="$(string.FTPProxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.FTPProxy)" >
- <parentCategory ref="Proxy" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <elements >
- <text id="FTPProxy" valueName="FTPProxy" required="true" />
- </elements>
- </policy>
- <policy class="Both" displayName="$(string.SOCKSProxy)" name="SOCKSProxy" explainText="$(string.SOCKSProxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.SOCKSProxy)" >
- <parentCategory ref="Proxy" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <elements >
- <text id="SOCKSProxy" valueName="SOCKSProxy" required="true" />
- <enum id="SOCKSVersion" valueName="SOCKSVersion">
- <item displayName="$(string.SOCKSVersion4)">
- <value>
- <string>4</string>
- </value>
- </item>
- <item displayName="$(string.SOCKSVersion5)">
- <value>
- <string>5</string>
- </value>
- </item>
- </enum>
- </elements>
- </policy>
- <policy class="Both" displayName="$(string.AutoConfigURL)" name="AutoConfigURL" explainText="$(string.AutoConfigURL_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.AutoConfigURL)" >
- <parentCategory ref="Proxy" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <elements >
- <text id="AutoConfigURL" valueName="AutoConfigURL" required="true" />
- </elements>
- </policy>
- <policy class="Both" displayName="$(string.Passthrough)" name="Passthrough" explainText="$(string.Passthrough_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Passthrough)" >
- <parentCategory ref="Proxy" />
- <supportedOn ref="SUPPORTED_WINXPSP2" />
- <elements >
- <text id="Passthrough" valueName="Passthrough" required="true" />
- </elements>
- </policy>