+ <policy name="Proxy_SSLProxy" class="Both" displayName="$(string.Proxy_SSLProxy)" explainText="$(string.Proxy_SSLProxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Proxy_SSLProxy)">
+ <parentCategory ref="ProxySettings"/>
+ <supportedOn ref="SUPPORTED_FF60"/>
+ <elements>
+ <text id="Proxy_SSLProxy" valueName="SSLProxy"/>
+ </elements>
+ </policy>
+ <policy name="Proxy_SOCKSProxy" class="Both" displayName="$(string.Proxy_SOCKSProxy)" explainText="$(string.Proxy_SOCKSProxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Proxy_SOCKSProxy)">
+ <parentCategory ref="ProxySettings"/>
+ <supportedOn ref="SUPPORTED_FF60"/>
+ <elements>
+ <text id="Proxy_SOCKSProxy" valueName="SOCKSProxy"/>
+ <enum id="Proxy_SOCKSVersion" valueName="SOCKSVersion">
+ <item displayName="$(string.SOCKSVersion4)">
+ <value>
+ <decimal value="4"/>
+ </value>
+ </item>
+ <item displayName="$(string.SOCKSVersion5)">
+ <value>
+ <decimal value="5"/>
+ </value>
+ </item>
+ </enum>
+ </elements>
+ </policy>
+ <policy name="Proxy_AutoConfigURL" class="Both" displayName="$(string.Proxy_AutoConfigURL)" explainText="$(string.Proxy_AutoConfigURL_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Proxy_AutoConfigURL)">
+ <parentCategory ref="ProxySettings"/>
+ <supportedOn ref="SUPPORTED_FF60"/>
+ <elements>
+ <text id="Proxy_AutoConfigURL" valueName="AutoConfigURL"/>
+ </elements>
+ </policy>
+ <policy name="Proxy_Passthrough" class="Both" displayName="$(string.Proxy_Passthrough)" explainText="$(string.Proxy_Passthrough_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Proxy_Passthrough)">
+ <parentCategory ref="ProxySettings"/>
+ <supportedOn ref="SUPPORTED_FF60"/>
+ <elements>
+ <text id="Proxy_Passthrough" valueName="Passthrough"/>
+ </elements>
+ </policy>
+ <policy name="Proxy_AutoLogin" class="Both" displayName="$(string.Proxy_AutoLogin)" explainText="$(string.Proxy_AutoLogin_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="AutoLogin">
+ <parentCategory ref="ProxySettings"/>
+ <supportedOn ref="SUPPORTED_FF60"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="Proxy_UseProxyForDNS" class="Both" displayName="$(string.Proxy_UseProxyForDNS)" explainText="$(string.Proxy_UseProxyForDNS_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseProxyForDNS">
+ <parentCategory ref="ProxySettings"/>