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}
(cherry picked from commit bc3952a)

[email protected],[email protected]

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

Cr-Commit-Position: refs/branch-heads/2490@{#171}
Cr-Branched-From: 7790a35-refs/heads/master@{#344925}
  • Loading branch information
davidben committed Sep 4, 2015
1 parent c379ea2 commit e1de7a5
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 @@ -44,8 +44,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 e1de7a5

Please sign in to comment.