<category displayName="$(string.Homepage_group)" name="Homepage">
<parentCategory ref="firefox"/>
</category>
+ <category displayName="$(string.Proxy_group)" name="Proxy">
+ <parentCategory ref="firefox"/>
+ </category>
</categories>
<policies>
<policy name="BlockAboutAddons" class="Both" displayName="$(string.BlockAboutAddons)" explainText="$(string.BlockAboutAddons_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutAddons">
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="DisableSafeMode" class="Both" displayName="$(string.DisableSafeMode)" explainText="$(string.DisableSafeMode_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSafeMode">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="DisableSysAddonUpdate" class="Both" displayName="$(string.DisableSysAddonUpdate)" explainText="$(string.DisableSysAddonUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSysAddonUpdate">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
</enum>
</elements>
</policy>
- <policy class="Both" displayName="$(string.Bookmark5)" name="Bookmark5" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\5s" presentation="$(presentation.Bookmark)" >
+ <policy class="Both" displayName="$(string.Bookmark5)" name="Bookmark5" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\5" presentation="$(presentation.Bookmark)" >
<parentCategory ref="Bookmarks" />
<supportedOn ref="SUPPORTED_WINXPSP2" />
<elements >
</enum>
</elements>
</policy>
+ <policy class="Both" displayName="$(string.ProxyMode)" name="ProxyMode" explainText="$(string.ProxyMode_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.ProxyMode)" >
+ <parentCategory ref="Proxy" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
+ <elements >
+ <enum id="ProxyMode" valueName="Mode">
+ <item displayName="$(string.NoProxy)">
+ <value>
+ <string>none</string>
+ </value>
+ </item>
+ <item displayName="$(string.SystemProxy)">
+ <value>
+ <string>system</string>
+ </value>
+ </item>
+ <item displayName="$(string.ManualProxy)">
+ <value>
+ <string>manual</string>
+ </value>
+ </item>
+ <item displayName="$(string.AutoDetectProxy)">
+ <value>
+ <string>autoDetect</string>
+ </value>
+ </item>
+ <item displayName="$(string.AutoConfigProxy)">
+ <value>
+ <string>autoConfig</string>
+ </value>
+ </item>
+ </enum>
+ <boolean id="AutoLogin" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="AutoLogin">
+ <trueValue>
+ <decimal value="1"/>
+ </trueValue>
+ <falseValue>
+ <decimal value="0"/>
+ </falseValue>
+ </boolean>
+ <boolean id="UseProxyForDNS" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseProxyForDNS">
+ <trueValue>
+ <decimal value="1"/>
+ </trueValue>
+ <falseValue>
+ <decimal value="0"/>
+ </falseValue>
+ </boolean>
+ <boolean id="ProxyLocked" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="Locked">
+ <trueValue>
+ <decimal value="1"/>
+ </trueValue>
+ <falseValue>
+ <decimal value="0"/>
+ </falseValue>
+ </boolean>
+ </elements>
+ </policy>
+ <policy class="Both" displayName="$(string.HTTPProxy)" name="HTTPProxy" explainText="$(string.HTTPProxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.HTTPProxy)" >
+ <parentCategory ref="Proxy" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
+ <elements >
+ <text id="HTTPProxy" valueName="HTTPProxy" required="true" />
+ <boolean id="UseHTTPProxyForAllProtocols" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseHTTPProxyForAllProtocols">
+ <trueValue>
+ <decimal value="1"/>
+ </trueValue>
+ <falseValue>
+ <decimal value="0"/>
+ </falseValue>
+ </boolean>
+ </elements>
+ </policy>
+ <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>
</policies>
</policyDefinitions>