Skip to content
Snippets Groups Projects
Commit eed67d20 authored by agl@chromium.org's avatar agl@chromium.org
Browse files

net: update the DNS provenance host

BUG=none
TEST=none

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69333 0039d316-1c4b-4281-b951-d872f2087c98
parent c998dac7
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ class DnsCertProvenanceCheck : public NonThreadSafe {
}
fingerprint_hex[SHA1_LENGTH * 2] = 0;
static const char kBaseCertName[] = ".certs.links.org";
static const char kBaseCertName[] = ".certs.googlednstest.com";
domain_.assign(fingerprint_hex);
domain_.append(kBaseCertName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment