<parentCategory ref="firefox"/>
</category>
<category displayName="$(string.Popups_group)" name="Popups">
- <parentCategory ref="Permissions"/>
+ <parentCategory ref="firefox"/>
</category>
<category displayName="$(string.Cookies_group)" name="Cookies">
- <parentCategory ref="Permissions"/>
+ <parentCategory ref="firefox"/>
</category>
<category displayName="$(string.Addons_group)" name="Addons">
- <parentCategory ref="Permissions"/>
+ <parentCategory ref="firefox"/>
</category>
<category displayName="$(string.Flash_group)" name="Flash">
- <parentCategory ref="Permissions"/>
+ <parentCategory ref="firefox"/>
</category>
<category displayName="$(string.Bookmarks_group)" name="Bookmarks">
<parentCategory ref="firefox"/>
<category displayName="$(string.Homepage_group)" name="Homepage">
<parentCategory ref="firefox"/>
</category>
+ <category displayName="$(string.Authentication_group)" name="Authentication">
+ <parentCategory ref="firefox"/>
+ </category>
+ <category displayName="$(string.Certificates_group)" name="Certificates">
+ <parentCategory ref="firefox"/>
+ </category>
+ <category displayName="$(string.Extensions_group)" name="Extensions">
+ <parentCategory ref="firefox"/>
+ </category>
+ <category displayName="$(string.Search_group)" name="Search">
+ <parentCategory ref="firefox"/>
+ </category>
</categories>
<policies>
+ <policy name="Authentication_SPNEGO" class="Both" displayName="$(string.Authentication_SPNEGO)" key="Software\Policies\Mozilla\Firefox\Authentication\SPNEGO" explainText="$(string.Authentication_SPNEGO_Explain)" presentation="$(presentation.Authentication)">
+ <parentCategory ref="Authentication"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <elements>
+ <list id="Authentication" key="Software\Policies\Mozilla\Firefox\Authentication\SPNEGO" valuePrefix=""/>
+ </elements>
+ </policy>
+ <policy name="Authentication_Delegated" class="Both" displayName="$(string.Authentication_Delegated)" key="Software\Policies\Mozilla\Firefox\Authentication\Delegated" explainText="$(string.Authentication_Delegated_Explain)" presentation="$(presentation.Authentication)">
+ <parentCategory ref="Authentication"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <elements>
+ <list id="Authentication" key="Software\Policies\Mozilla\Firefox\Authentication\Delegated" valuePrefix=""/>
+ </elements>
+ </policy>
+ <policy name="Authentication_NTLM" class="Both" displayName="$(string.Authentication_NTLM)" key="Software\Policies\Mozilla\Firefox\Authentication\NTLM" explainText="$(string.Authentication_NTLM_Explain)" presentation="$(presentation.Authentication)">
+ <parentCategory ref="Authentication"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <elements>
+ <list id="Authentication" key="Software\Policies\Mozilla\Firefox\Authentication\NTLM" valuePrefix=""/>
+ </elements>
+ </policy>
<policy name="BlockAboutAddons" class="Both" displayName="$(string.BlockAboutAddons)" explainText="$(string.BlockAboutAddons_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutAddons">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<decimal value="0"/>
</disabledValue>
</policy>
- <policy name="BlockSetDesktopBackground" class="Both" displayName="$(string.BlockSetDesktopBackground)" explainText="$(string.BlockSetDesktopBackground_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockSetDesktopBackground">
+ <policy name="DisableSetDesktopBackground" class="Both" displayName="$(string.DisableSetDesktopBackground)" explainText="$(string.DisableSetDesktopBackground_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSetDesktopBackground">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<enabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
- <policy name="CreateMasterPassword" class="Both" displayName="$(string.CreateMasterPassword)" explainText="$(string.CreateMasterPassword_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="CreateMasterPassword">
+ <policy name="Certificates_ImportEnterpriseRoots" class="Both" displayName="$(string.Certificates_ImportEnterpriseRoots)" explainText="$(string.Certificates_ImportEnterpriseRoots_Explain)" key="Software\Policies\Mozilla\Firefox\Certificates" valueName="ImportEnterpriseRoots">
+ <parentCategory ref="Certificates"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="Cookies_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.Cookies_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
+ <parentCategory ref="Cookies"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <elements>
+ <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Cookies\Allow" valuePrefix=""/>
+ </elements>
+ </policy>
+ <policy name="Cookies_Block" class="Both" displayName="$(string.Block)" explainText="$(string.Cookies_Block_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
+ <parentCategory ref="Cookies"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <elements>
+ <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Cookies\Block" valuePrefix=""/>
+ </elements>
+ </policy>
+ <policy name="Cookies_Default" class="Both" displayName="$(string.Cookies_Default)" explainText="$(string.Cookies_Default_Explain)" key="Software\Policies\Mozilla\Firefox\Cookies" valueName="Default">
+ <parentCategory ref="Cookies"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="Cookies_AcceptThirdParty" class="Both" displayName="$(string.Cookies_AcceptThirdParty)" explainText="$(string.Cookies_AcceptThirdParty_Explain)" key="Software\Policies\Mozilla\Firefox\Cookies" presentation="$(presentation.Cookies_AcceptThirdParty)">
+ <parentCategory ref="Cookies"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <elements>
+ <enum id="Cookies_AcceptThirdParty" valueName="Cookies_AcceptThirdParty">
+ <item displayName="$(string.Cookies_AcceptThirdParty_All)">
+ <value>
+ <string>always</string>
+ </value>
+ </item>
+ <item displayName="$(string.Cookies_AcceptThirdParty_None)">
+ <value>
+ <string>never</string>
+ </value>
+ </item>
+ <item displayName="$(string.Cookies_AcceptThirdParty_FromVisited)">
+ <value>
+ <string>from-visited</string>
+ </value>
+ </item>
+ </enum>
+ </elements>
+ </policy>
+ <policy name="Cookies_ExpireAtSessionEnd" class="Both" displayName="$(string.Cookies_ExpireAtSessionEnd)" explainText="$(string.Cookies_ExpireAtSessionEnd_Explain)" key="Software\Policies\Mozilla\Firefox\Cookies" valueName="ExpireAtSessionEnd">
+ <parentCategory ref="Cookies"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="Cookies_Locked" class="Both" displayName="$(string.Cookies_Locked)" explainText="$(string.Cookies_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\Cookies" valueName="Locked">
+ <parentCategory ref="Cookies"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="DisableMasterPasswordCreation" class="Both" displayName="$(string.DisableMasterPasswordCreation)" explainText="$(string.DisableMasterPasswordCreation_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableMasterPasswordCreation">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<enabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="DisableForgetButton" class="Both" displayName="$(string.DisableForgetButton)" explainText="$(string.DisableForgetButton_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableForgetButton">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="DisableFormHistory" class="Both" displayName="$(string.DisableFormHistory)" explainText="$(string.DisableFormHistory_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableFormHistory">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="DisableProfileRefresh" class="Both" displayName="$(string.DisableProfileRefresh)" explainText="$(string.DisableProfileRefresh_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableProfileRefresh">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <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"/>
<decimal value="0"/>
</disabledValue>
</policy>
- <policy name="DisableSysAddonUpdate" class="Both" displayName="$(string.DisableSysAddonUpdate)" explainText="$(string.DisableSysAddonUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSysAddonUpdate">
+ <policy name="DisableSecurityBypass_InvalidCertificate" class="Both" displayName="$(string.DisableSecurityBypass_InvalidCertificate)" explainText="$(string.DisableSecurityBypass_InvalidCertificate_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="InvalidCertificate">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<enabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
- <policy name="DisplayBookmarksToolbar" class="Both" displayName="$(string.DisplayBookmarksToolbar)" explainText="$(string.DisplayBookmarksToolbar_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisplayBookmarksToolbar">
+ <policy name="DisableSecurityBypass_SafeBrowsing" class="Both" displayName="$(string.DisableSecurityBypass_SafeBrowsing)" explainText="$(string.DisableSecurityBypass_SafeBrowsing_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="SafeBrowsing">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<enabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
- <policy name="DisplayMenuBar" class="Both" displayName="$(string.DisplayMenuBar)" explainText="$(string.DisplayMenuBar_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisplayMenuBar">
+ <policy name="DisableSystemAddonUpdate" class="Both" displayName="$(string.DisableSystemAddonUpdate)" explainText="$(string.DisableSystemAddonUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSystemAddonUpdate">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<enabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
- <policy name="NoDefaultBookmarks" class="Both" displayName="$(string.NoDefaultBookmarks)" explainText="$(string.NoDefaultBookmarks_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NoDefaultBookmarks">
+ <policy name="DisableTelemetry" class="Both" displayName="$(string.DisableTelemetry)" explainText="$(string.DisableTelemetry_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableTelemetry">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<enabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
- <policy name="NoSmartBookmarks" class="Both" displayName="$(string.NoSmartBookmarks)" explainText="$(string.NoSmartBookmarks_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NoSmartBookmarks">
+ <policy name="DisplayBookmarksToolbar" class="Both" displayName="$(string.DisplayBookmarksToolbar)" explainText="$(string.DisplayBookmarksToolbar_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisplayBookmarksToolbar">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="DisplayMenuBar" class="Both" displayName="$(string.DisplayMenuBar)" explainText="$(string.DisplayMenuBar_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisplayMenuBar">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="Extensions_Install" class="Both" displayName="$(string.Extensions_Install)" key="Software\Policies\Mozilla\Firefox\Extensions\Install" explainText="$(string.Extensions_Install_Explain)" presentation="$(presentation.Extensions)">
+ <parentCategory ref="Extensions"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <elements>
+ <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Install" valuePrefix=""/>
+ </elements>
+ </policy>
+ <policy name="Extensions_Uninstall" class="Both" displayName="$(string.Extensions_Uninstall)" key="Software\Policies\Mozilla\Firefox\Extensions\Uninstall" explainText="$(string.Extensions_Uninstall_Explain)" presentation="$(presentation.Extensions)">
+ <parentCategory ref="Extensions"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <elements>
+ <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Uninstall" valuePrefix=""/>
+ </elements>
+ </policy>
+ <policy name="Extensions_Locked" class="Both" displayName="$(string.Extensions_Locked)" key="Software\Policies\Mozilla\Firefox\Extensions\Locked" explainText="$(string.Extensions_Locked_Explain)" presentation="$(presentation.Extensions)">
+ <parentCategory ref="Extensions"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <elements>
+ <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Locked" valuePrefix=""/>
+ </elements>
+ </policy>
+ <policy name="NoDefaultBookmarks" class="Both" displayName="$(string.NoDefaultBookmarks)" explainText="$(string.NoDefaultBookmarks_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NoDefaultBookmarks">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<enabledValue>
</boolean>
</elements>
</policy>
- <policy name="RememberPasswords" class="Both" displayName="$(string.RememberPasswords)" explainText="$(string.RememberPasswords_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="RememberPasswords">
+ <policy name="OfferToSaveLogins" class="Both" displayName="$(string.OfferToSaveLogins)" explainText="$(string.OfferToSaveLogins_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="OfferToSaveLogins">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<enabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
- <policy class="Both" displayName="$(string.Allow)" explainText="$(string.PopupsAllow_Explain)" key="Software\Policies\Mozilla\Firefox" name="PopupsAllow" presentation="$(presentation.PopupsAllow)">
+ <policy name="PopupBlocking_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.PopupBlocking_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
<parentCategory ref="Popups"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<elements>
- <list id="PopupsAllowDesc" key="Software\Policies\Mozilla\Firefox\Popups\Allow" valuePrefix=""/>
+ <list id="Permissions" key="Software\Policies\Mozilla\Firefox\PopupBlocking\Allow" valuePrefix=""/>
</elements>
</policy>
- <policy class="Both" displayName="$(string.Allow)" explainText="$(string.AddonsAllow_Explain)" key="Software\Policies\Mozilla\Firefox" name="AddonsAllow" presentation="$(presentation.AddonsAllow)">
+ <policy name="PopupBlocking_Default" class="Both" displayName="$(string.PopupBlocking_Default)" explainText="$(string.PopupBlocking_Default_Explain)" key="Software\Policies\Mozilla\Firefox\PopupBlocking" valueName="Default">
+ <parentCategory ref="Popups"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="PopupBlocking_Locked" class="Both" displayName="$(string.PopupBlocking_Locked)" explainText="$(string.PopupBlocking_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\PopupBlocking" valueName="Locked">
+ <parentCategory ref="Popups"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="InstallAddonsPermission_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.InstallAddonsPermission_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
<parentCategory ref="Addons"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<elements>
- <list id="AddonsAllowDesc" key="Software\Policies\Mozilla\Firefox\InstallAddons\Allow" valuePrefix=""/>
+ <list id="Permissions" key="Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow" valuePrefix=""/>
</elements>
</policy>
- <policy class="Both" displayName="$(string.Allow)" explainText="$(string.CookiesAllow_Explain)" key="Software\Policies\Mozilla\Firefox" name="CookiesAllow" presentation="$(presentation.CookiesAllow)">
- <parentCategory ref="Cookies"/>
+ <policy name="InstallAddonsPermission_Default" class="Both" displayName="$(string.InstallAddonsPermission_Default)" explainText="$(string.InstallAddonsPermission_Default_Explain)" key="Software\Policies\Mozilla\Firefox\InstallAddonsPermission" valueName="Default">
+ <parentCategory ref="Addons"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
- <elements>
- <list id="CookiesAllowDesc" key="Software\Policies\Mozilla\Firefox\Cookies\Allow" valuePrefix=""/>
- </elements>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
</policy>
- <policy class="Both" displayName="$(string.Block)" explainText="$(string.CookiesBlock_Explain)" key="Software\Policies\Mozilla\Firefox" name="CookiesBlock" presentation="$(presentation.CookiesBlock)">
- <parentCategory ref="Cookies"/>
+ <policy name="FlashPlugin_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.FlashPlugin_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
+ <parentCategory ref="Flash"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<elements>
- <list id="CookiesBlockDesc" key="Software\Policies\Mozilla\Firefox\Cookies\Block" valuePrefix=""/>
+ <list id="Permissions" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Allow" valuePrefix=""/>
</elements>
</policy>
- <policy class="Both" displayName="$(string.Allow)" explainText="$(string.FlashAllow_Explain)" key="Software\Policies\Mozilla\Firefox" name="FlashAllow" presentation="$(presentation.FlashAllow)">
+ <policy name="FlashPlugin_Block" class="Both" displayName="$(string.Block)" explainText="$(string.FlashPlugin_Block_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)">
<parentCategory ref="Flash"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
<elements>
- <list id="FlashAllowDesc" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Allow" valuePrefix=""/>
+ <list id="Permissions" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Block" valuePrefix=""/>
</elements>
</policy>
- <policy class="Both" displayName="$(string.Block)" explainText="$(string.FlashBlock_Explain)" key="Software\Policies\Mozilla\Firefox" name="FlashBlock" presentation="$(presentation.FlashBlock)">
+ <policy name="FlashPlugin_Default" class="Both" displayName="$(string.FlashPlugin_Default)" explainText="$(string.FlashPlugin_Default_Explain)" key="Software\Policies\Mozilla\Firefox\FlashPlugin" valueName="Default">
+ <parentCategory ref="Flash"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="FlashPlugin_Locked" class="Both" displayName="$(string.FlashPlugin_Locked)" explainText="$(string.FlashPlugin_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\FlashPlugin" valueName="Locked">
<parentCategory ref="Flash"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="OverrideFirstRunPage" class="Both" displayName="$(string.OverrideFirstRunPage)" explainText="$(string.OverrideFirstRunPage_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.OverridePage)" >
+ <parentCategory ref="firefox" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
<elements>
- <list id="FlashBlockDesc" key="Software\Policies\Mozilla\Firefox\FlashPlugin\Block" valuePrefix=""/>
+ <text id="OverridePage" valueName="OverrideFirstRunPage"/>
</elements>
</policy>
+ <policy name="OverridePostUpdatePage" class="Both" displayName="$(string.OverridePostUpdatePage)" explainText="$(string.OverridePostUpdatePage_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.OverridePage)" >
+ <parentCategory ref="firefox" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
+ <elements>
+ <text id="OverridePage" valueName="OverridePostUpdatePage"/>
+ </elements>
+ </policy>
+ <policy name="SanitizeOnShutdown" class="Both" displayName="$(string.SanitizeOnShutdown)" explainText="$(string.SanitizeOnShutdown_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="SanitizeOnShutdown">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy class="Both" displayName="$(string.HomepageURL)" name="HomepageURL" explainText="$(string.HomepageURL_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageURL)" >
<parentCategory ref="Homepage" />
<supportedOn ref="SUPPORTED_WINXPSP2" />
</enum>
</elements>
</policy>
+ <policy class="Both" displayName="$(string.Proxy)" name="Proxy" explainText="$(string.Proxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Proxy)" >
+ <parentCategory ref="firefox" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
+ <elements >
+ <boolean id="ProxyLocked" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="Locked">
+ <trueValue>
+ <decimal value="1"/>
+ </trueValue>
+ <falseValue>
+ <decimal value="0"/>
+ </falseValue>
+ </boolean>
+ <enum id="ConnectionType" 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>
+ <text id="HTTPProxy" valueName="HTTPProxy"/>
+ <boolean id="UseHTTPProxyForAllProtocols" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseHTTPProxyForAllProtocols">
+ <trueValue>
+ <decimal value="1"/>
+ </trueValue>
+ <falseValue>
+ <decimal value="0"/>
+ </falseValue>
+ </boolean>
+ <text id="SSLProxy" valueName="SSLProxy"/>
+ <text id="FTPProxy" valueName="FTPProxy"/>
+ <text id="SOCKSProxy" valueName="SOCKSProxy"/>
+ <enum id="SOCKSVersion" valueName="SOCKSVersion">
+ <item displayName="$(string.SOCKSVersion4)">
+ <value>
+ <decimal value="4"/>
+ </value>
+ </item>
+ <item displayName="$(string.SOCKSVersion5)">
+ <value>
+ <decimal value="5"/>
+ </value>
+ </item>
+ </enum>
+ <text id="AutoConfigURL" valueName="AutoConfigURL"/>
+ <text id="Passthrough" valueName="Passthrough"/>
+ <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>
+ </elements>
+ </policy>
+ <policy name="SearchBar" class="Both" displayName="$(string.SearchBar)" explainText="$(string.SearchBar_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.SearchBar)">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <elements>
+ <enum id="SearchBar" valueName="SearchBar">
+ <item displayName="$(string.SearchBar_Unified)">
+ <value>
+ <string>unified</string>
+ </value>
+ </item>
+ <item displayName="$(string.SearchBar_Separate)">
+ <value>
+ <string>separate</string>
+ </value>
+ </item>
+ </enum>
+ </elements>
+ </policy>
+ <policy name="WebsiteFilter_Block" class="Both" displayName="$(string.WebsiteFilter_Block)" explainText="$(string.WebsiteFilter_Block_Explain)" key="Software\Policies\Mozilla\WebsiteFilter\Block" presentation="$(presentation.WebsiteFilter)">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <elements>
+ <list id="WebsiteFilter" key="Software\Policies\Mozilla\Firefox\WebsiteFilter\Block" valuePrefix=""/>
+ </elements>
+ </policy>
+ <policy name="WebsiteFilter_Exceptions" class="Both" displayName="$(string.WebsiteFilter_Exceptions)" explainText="$(string.WebsiteFilter_Exceptions_Explain)" key="Software\Policies\Mozilla\WebsiteFilter\Exceptions" presentation="$(presentation.WebsiteFilter)">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <elements>
+ <list id="WebsiteFilter" key="Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions" valuePrefix=""/>
+ </elements>
+ </policy>
+ <policy name="SearchEngines_1" class="Both" displayName="$(string.SearchEngines_1)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\1" presentation="$(presentation.SearchEngine)" >
+ <parentCategory ref="Search" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
+ <elements >
+ <text id="SearchEngine_Name" valueName="Name" required="true" />
+ <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
+ <enum id="SearchEngine_Method" valueName="Method">
+ <item displayName="$(string.SearchEngine_Method_GET)">
+ <value>
+ <string>GET</string>
+ </value>
+ </item>
+ <item displayName="$(string.SearchEngine_Method_POST)">
+ <value>
+ <string>POST</string>
+ </value>
+ </item>
+ </enum>
+ <text id="SearchEngine_IconURL" valueName="IconURL"/>
+ <text id="SearchEngine_Alias" valueName="Alias"/>
+ <text id="SearchEngine_Description" valueName="Description"/>
+ <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
+ </elements>
+ </policy>
+ <policy name="SearchEngines_2" class="Both" displayName="$(string.SearchEngines_2)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\2" presentation="$(presentation.SearchEngine)" >
+ <parentCategory ref="Search" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
+ <elements >
+ <text id="SearchEngine_Name" valueName="Name" required="true" />
+ <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
+ <enum id="SearchEngine_Method" valueName="Method">
+ <item displayName="$(string.SearchEngine_Method_GET)">
+ <value>
+ <string>GET</string>
+ </value>
+ </item>
+ <item displayName="$(string.SearchEngine_Method_POST)">
+ <value>
+ <string>POST</string>
+ </value>
+ </item>
+ </enum>
+ <text id="SearchEngine_IconURL" valueName="IconURL"/>
+ <text id="SearchEngine_Alias" valueName="Alias"/>
+ <text id="SearchEngine_Description" valueName="Description"/>
+ <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
+ </elements>
+ </policy>
+ <policy name="SearchEngines_3" class="Both" displayName="$(string.SearchEngines_3)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\3" presentation="$(presentation.SearchEngine)" >
+ <parentCategory ref="Search" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
+ <elements >
+ <text id="SearchEngine_Name" valueName="Name" required="true" />
+ <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
+ <enum id="SearchEngine_Method" valueName="Method">
+ <item displayName="$(string.SearchEngine_Method_GET)">
+ <value>
+ <string>GET</string>
+ </value>
+ </item>
+ <item displayName="$(string.SearchEngine_Method_POST)">
+ <value>
+ <string>POST</string>
+ </value>
+ </item>
+ </enum>
+ <text id="SearchEngine_IconURL" valueName="IconURL"/>
+ <text id="SearchEngine_Alias" valueName="Alias"/>
+ <text id="SearchEngine_Description" valueName="Description"/>
+ <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
+ </elements>
+ </policy>
+ <policy name="SearchEngines_4" class="Both" displayName="$(string.SearchEngines_4)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\4" presentation="$(presentation.SearchEngine)" >
+ <parentCategory ref="Search" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
+ <elements >
+ <text id="SearchEngine_Name" valueName="Name" required="true" />
+ <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
+ <enum id="SearchEngine_Method" valueName="Method">
+ <item displayName="$(string.SearchEngine_Method_GET)">
+ <value>
+ <string>GET</string>
+ </value>
+ </item>
+ <item displayName="$(string.SearchEngine_Method_POST)">
+ <value>
+ <string>POST</string>
+ </value>
+ </item>
+ </enum>
+ <text id="SearchEngine_IconURL" valueName="IconURL"/>
+ <text id="SearchEngine_Alias" valueName="Alias"/>
+ <text id="SearchEngine_Description" valueName="Description"/>
+ <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
+ </elements>
+ </policy>
+ <policy name="SearchEngines_5" class="Both" displayName="$(string.SearchEngines_5)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\5" presentation="$(presentation.SearchEngine)" >
+ <parentCategory ref="Search" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
+ <elements >
+ <text id="SearchEngine_Name" valueName="Name" required="true" />
+ <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" />
+ <enum id="SearchEngine_Method" valueName="Method">
+ <item displayName="$(string.SearchEngine_Method_GET)">
+ <value>
+ <string>GET</string>
+ </value>
+ </item>
+ <item displayName="$(string.SearchEngine_Method_POST)">
+ <value>
+ <string>POST</string>
+ </value>
+ </item>
+ </enum>
+ <text id="SearchEngine_IconURL" valueName="IconURL"/>
+ <text id="SearchEngine_Alias" valueName="Alias"/>
+ <text id="SearchEngine_Description" valueName="Description"/>
+ <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/>
+ </elements>
+ </policy>
+ <policy name="SearchEngines_Default" class="Both" displayName="$(string.SearchEngines_Default)" explainText="$(string.SearchEngines_Default_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines" presentation="$(presentation.SearchEngines_Default)" >
+ <parentCategory ref="Search" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
+ <elements >
+ <text id="SearchEngines_Default" valueName="Default" required="true" />
+ </elements>
+ </policy>
+ <policy name="SearchEngines_PreventInstalls" class="Both" displayName="$(string.SearchEngines_PreventInstalls)" explainText="$(string.SearchEngines_PreventInstalls_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines" valueName="PreventInstalls">
+ <parentCategory ref="Search" />
+ <supportedOn ref="SUPPORTED_WINXPSP2" />
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
</policies>
</policyDefinitions>