X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/7d2872c68ea39b0dce6da4c644aa65597a5aa894..994ae6deeabeca8bbdb5a8a6305342d197ce42fc:/windows/firefox.admx diff --git a/windows/firefox.admx b/windows/firefox.admx index a093bec..8e9567a 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -91,11 +91,24 @@ <category displayName="$(string.TrackingProtection_group)" name="TrackingProtection"> <parentCategory ref="firefox"/> </category> + <category displayName="$(string.DNSOverHTTPS_group)" name="DNSOverHTTPS"> + <parentCategory ref="firefox"/> + </category> <category displayName="$(string.UserMessaging_group)" name="UserMessaging"> <parentCategory ref="firefox"/> </category> </categories> <policies> + <policy name="AppAutoUpdate" class="Both" displayName="$(string.AppAutoUpdate)" explainText="$(string.AppAutoUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="AppAutoUpdate"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF75"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> <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_FF60"/> @@ -479,6 +492,40 @@ <text id="Preferences_String" valueName="DownloadDirectory" expandable="true"/> </elements> </policy> + <policy name="DNSOverHTTPS_Enabled" class="Both" displayName="$(string.DNSOverHTTPS_Enabled)" explainText="$(string.DNSOverHTTPS_Enabled_Explain)" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS" valueName="Enabled"> + <parentCategory ref="DNSOverHTTPS"/> + <supportedOn ref="SUPPORTED_FF63ESR"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DNSOverHTTPS_ProviderURL" class="Both" displayName="$(string.DNSOverHTTPS_ProviderURL)" explainText="$(string.DNSOverHTTPS_ProviderURL_Explain)" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS" presentation="$(presentation.String)"> + <parentCategory ref="DNSOverHTTPS"/> + <supportedOn ref="SUPPORTED_FF63ESR"/> + <elements> + <text id="String" valueName="ProviderURL"/> + </elements> + </policy> + <policy name="DNSOverHTTPS_Locked" class="Both" displayName="$(string.DNSOverHTTPS_Locked)" explainText="$(string.DNSOverHTTPS_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS" valueName="Locked"> + <parentCategory ref="DNSOverHTTPS"/> + <supportedOn ref="SUPPORTED_FF63ESR"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DNSOverHTTPS_ExcludedDomains" class="Both" displayName="$(string.DNSOverHTTPS_ExcludedDomains)" explainText="$(string.DNSOverHTTPS_ExcludedDomains_Explain)" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS" presentation="$(presentation.List)"> + <parentCategory ref="DNSOverHTTPS"/> + <supportedOn ref="SUPPORTED_FF75"/> + <elements> + <list id="List" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains" valuePrefix=""/> + </elements> + </policy> <policy name="DNSOverHTTPS" class="Both" displayName="$(string.DNSOverHTTPS)" explainText="$(string.DNSOverHTTPS_Explain)" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS" presentation="$(presentation.DNSOverHTTPS)" > <parentCategory ref="firefox" /> <supportedOn ref="SUPPORTED_FF63ESR" /> @@ -522,6 +569,16 @@ <decimal value="0"/> </disabledValue> </policy> + <policy name="DisableDefaultBrowserAgent" class="Both" displayName="$(string.DisableDefaultBrowserAgent)" explainText="$(string.DisableDefaultBrowserAgent_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableDefaultBrowserAgent"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF75"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> <policy name="DisableDeveloperTools" class="Both" displayName="$(string.DisableDeveloperTools)" explainText="$(string.DisableDeveloperTools_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableDeveloperTools"> <parentCategory ref="firefox"/> <supportedOn ref="SUPPORTED_FF60"/>