Commit 77f6c2b4 authored by Eric Orth's avatar Eric Orth Committed by Commit Bot

Update Cloudflare DoH privacy policy URL

Bug: 878582,1060381
Change-Id: I88445de4b7d19c4006c60d382a9c3c8ddc6fba21
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144823Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Commit-Queue: Matt Menke <mmenke@chromium.org>
Commit-Queue: Eric Orth <ericorth@chromium.org>
Auto-Submit: Eric Orth <ericorth@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758055}
parent d985ea2e
......@@ -4,6 +4,8 @@
#include "net/dns/public/doh_provider_list.h"
#include <utility>
#include "base/logging.h"
#include "base/no_destructor.h"
......@@ -86,8 +88,8 @@ const std::vector<DohProviderEntry>& GetDohProviderList() {
"1dot1dot1dot1.cloudflare-dns.com"} /* dns_over_tls_hostnames */,
"https://chrome.cloudflare-dns.com/dns-query",
"Cloudflare (1.1.1.1)" /* ui_name */,
"https://developers.cloudflare.com/1.1.1.1/commitment-to-privacy/"
"privacy-policy/privacy-policy/" /* privacy_policy */,
"https://developers.cloudflare.com/1.1.1.1/privacy/"
"public-dns-resolver/" /* privacy_policy */,
true /* display_globally */, {} /* display_countries */),
DohProviderEntry("Comcast", base::nullopt /* provider_id_for_histogram */,
{"75.75.75.75", "75.75.76.76", "2001:558:feed::1",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment