Skip to content

Commit

Permalink
Enable DNS-over-HTTPS upgrades when possible (fixes brave/brave-brows…
Browse files Browse the repository at this point in the history
…er#1864)

This will not change a user's DNS provider. Instead, we will only
upgrade to DoH if the OS resolver is known to support DoH (e.g.
Cloudflare or Google).

This essentially enables for all users the DoH experiment that
Chrome rolled out to 1% of its users:

https://docs.google.com/document/d/15Ss0OaJeb-T3g2RMwgikHvsC0CPKd-MLeGeetv1wYY4/edit#
  • Loading branch information
fmarier committed Feb 8, 2020
1 parent 5a380e6 commit e64b206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/brave_main_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
// this feature.
features::kWebUIDarkMode.name,
omnibox::kSimplifyHttpsIndicator.name,
features::kDnsOverHttps.name,
};

// Disabled features.
Expand Down

0 comments on commit e64b206

Please sign in to comment.