X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/269ce4f833b3767afe14cb78bd11d3db6c2a7c19..ce322515020828e33c5b760dee7ecf4aced57af8:/windows/firefox.admx?ds=sidebyside diff --git a/windows/firefox.admx b/windows/firefox.admx index 36948d5..8e9567a 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -91,6 +91,9 @@ <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> @@ -489,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" />