mozilla / policy-templates

Policy Templates for Firefox
Mozilla Public License 2.0
1.15k stars 415 forks source link

Allow configuration for "Enable DNS over HTTPS using:" in gpo #1074

Open GHM3434 opened 9 months ago

GHM3434 commented 9 months ago

Please add an option in group policy settings for the browser setting "Enable DNS over HTTPS using:"

It should let you pick "Default Protection", "Increased Protection" or "Max Protection" <<and there should be a field to enter in a custom DNS provider URL.>>

Reason: ease of enabling encrypted hello to use with dns-over-https for multiple machine environments

GHM3434 commented 5 months ago

Thank you very much! I see that you fine people added an option to set a custom dns over https provider and it's working great!

There wasn't an option to set "Enable secure DNS using:" to Max Protection setting yet though! I will wait patiently for that.

Thank you again.

mkaply commented 5 months ago

We do support Max Protection, although it's not obvious.

If you set Fallback to false, it's Max Protection

https://mozilla.github.io/policy-templates/#dnsoverhttps

This works as of Firefox 124.

GHM3434 commented 4 months ago

We do support Max Protection, although it's not obvious.

If you set Fallback to false, it's Max Protection

https://mozilla.github.io/policy-templates/#dnsoverhttps

This works as of Firefox 124.

Thank you! So just to confirm if I disable fallback, in my firefox dns over https settings it has "increased protection" selected instead of "max protection". But because fallback is disabled it's the same thing as having max protection selected in FF settings?

mkaply commented 4 months ago

Thank you! So just to confirm if I disable fallback, in my firefox dns over https settings it has "increased protection" selected instead of "max protection". But because fallback is disabled it's the same thing as having max protection selected in FF settings?

Correct, but the UI was supposed to update. I'll see what's going on.

GHM3434 commented 4 months ago

Thank you! So just to confirm if I disable fallback, in my firefox dns over https settings it has "increased protection" selected instead of "max protection". But because fallback is disabled it's the same thing as having max protection selected in FF settings?

Correct, but the UI was supposed to update. I'll see what's going on.

Thank you!