mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
helium/settings: display Quad9 option in Secure DNS settings (#188)
This commit is contained in:
11
patches/helium/settings/enable-quad9-doh-option.patch
Normal file
11
patches/helium/settings/enable-quad9-doh-option.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/net/dns/public/doh_provider_entry.cc
|
||||
+++ b/net/dns/public/doh_provider_entry.cc
|
||||
@@ -252,7 +252,7 @@ const DohProviderEntry::List& DohProvide
|
||||
LoggingLevel::kNormal},
|
||||
{"Quad9Secure",
|
||||
MAKE_BASE_FEATURE_WITH_STATIC_STORAGE(
|
||||
- DohProviderQuad9Secure, base::FEATURE_DISABLED_BY_DEFAULT),
|
||||
+ DohProviderQuad9Secure, base::FEATURE_ENABLED_BY_DEFAULT),
|
||||
{"9.9.9.9", "149.112.112.112", "2620:fe::fe", "2620:fe::9"},
|
||||
/*dns_over_tls_hostnames=*/{"dns.quad9.net", "dns9.quad9.net"},
|
||||
"https://dns.quad9.net/dns-query",
|
||||
@@ -184,6 +184,7 @@ helium/settings/fix-text-on-cookies-page.patch
|
||||
helium/settings/update-search-suggest-text.patch
|
||||
helium/settings/fix-appearance-page.patch
|
||||
helium/settings/remove-dead-imports.patch
|
||||
helium/settings/enable-quad9-doh-option.patch
|
||||
|
||||
helium/hop/setup.patch
|
||||
helium/hop/disable-password-manager.patch
|
||||
|
||||
Reference in New Issue
Block a user