X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/20229fe87d2cd665dd576cf06daaf6990c7b6447..07d0a80d93f5d7ad43ec685652133f9dc5cb07ca:/windows/firefox.admx?ds=inline diff --git a/windows/firefox.admx b/windows/firefox.admx index c597bb1..38bceb2 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -22,7 +22,7 @@ <parentCategory ref="Permissions"/> </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"/> @@ -36,8 +36,35 @@ <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> </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"/> @@ -88,6 +115,83 @@ <decimal value="0"/> </disabledValue> </policy> + <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>all</string> + </value> + </item> + <item displayName="$(string.Cookies_AcceptThirdParty_None)"> + <value> + <string>none</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="CreateMasterPassword" class="Both" displayName="$(string.CreateMasterPassword)" explainText="$(string.CreateMasterPassword_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="CreateMasterPassword"> <parentCategory ref="firefox"/> <supportedOn ref="SUPPORTED_WINXPSP2"/> @@ -302,20 +406,6 @@ <list id="AddonsAllowDesc" key="Software\Policies\Mozilla\Firefox\InstallAddons\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"/> - <supportedOn ref="SUPPORTED_WINXPSP2"/> - <elements> - <list id="CookiesAllowDesc" key="Software\Policies\Mozilla\Firefox\Cookies\Allow" valuePrefix=""/> - </elements> - </policy> - <policy class="Both" displayName="$(string.Block)" explainText="$(string.CookiesBlock_Explain)" key="Software\Policies\Mozilla\Firefox" name="CookiesBlock" presentation="$(presentation.CookiesBlock)"> - <parentCategory ref="Cookies"/> - <supportedOn ref="SUPPORTED_WINXPSP2"/> - <elements> - <list id="CookiesBlockDesc" key="Software\Policies\Mozilla\Firefox\Cookies\Block" valuePrefix=""/> - </elements> - </policy> <policy class="Both" displayName="$(string.Allow)" explainText="$(string.FlashAllow_Explain)" key="Software\Policies\Mozilla\Firefox" name="FlashAllow" presentation="$(presentation.FlashAllow)"> <parentCategory ref="Flash"/> <supportedOn ref="SUPPORTED_WINXPSP2"/> @@ -462,5 +552,88 @@ </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> </policies> </policyDefinitions>