Skip to content

Commit 2343887

Browse files
authored
Merge pull request #4314 from brave/enable-doh-upgrades-1864
Enable DNS-over-HTTPS upgrades when possible
2 parents 86a9665 + d2e8989 commit 2343887

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/brave_main_delegate.cc

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
163163
// this feature.
164164
features::kWebUIDarkMode.name,
165165
omnibox::kSimplifyHttpsIndicator.name,
166+
features::kDnsOverHttps.name,
166167
};
167168

168169
// Disabled features.

0 commit comments

Comments
 (0)