Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Update ERR_SSL_WEAK_EPHEMERAL_DH_KEY Learn More URL.
Browse files Browse the repository at this point in the history
BUG=527949
TEST=Visit https://dh512.badssl.com/
     Details
     Learn more
     Browser should be taken to a page on support.google.com.

Review URL: https://codereview.chromium.org/1303043004

Cr-Commit-Position: refs/heads/master@{#347217}
  • Loading branch information
davidben authored and Commit bot committed Sep 3, 2015
1 parent af00fed commit bc3952a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chrome/common/localized_error.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ namespace {
static const char kRedirectLoopLearnMoreUrl[] =
"https://support.google.com/chrome/answer/95626";
static const char kWeakDHKeyLearnMoreUrl[] =
"https://www.chromium.org/administrators/"
"err_ssl_weak_server_ephemeral_dh_key";
"https://support.google.com/chrome?p=dh_error";
static const char kCachedCopyButtonFieldTrial[] =
"EnableGoogleCachedCopyTextExperiment";
static const char kCachedCopyButtonExpTypeControl[] = "control";
Expand Down

0 comments on commit bc3952a

Please sign in to comment.