diff options
author | estark <estark@chromium.org> | 2015-02-13 17:07:05 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-14 01:07:50 +0000 |
commit | 4b003b337d81dc88d4c16f5d5751cfff8064c9bf (patch) | |
tree | 31e735ef72fb6cb7cd87ead47a027884e39b7a0f /chrome/app/generated_resources.grd | |
parent | d8d176fd0bec1913318803fe3b8d665211fb18a2 (diff) | |
download | chromium_src-4b003b337d81dc88d4c16f5d5751cfff8064c9bf.zip chromium_src-4b003b337d81dc88d4c16f5d5751cfff8064c9bf.tar.gz chromium_src-4b003b337d81dc88d4c16f5d5751cfff8064c9bf.tar.bz2 |
Skip interstitials and don't block requests for localhost SSL errors
For now this behavior is behind a flag, because there are some weird
cases where localhost certificate errors could indicate a real security
problem (see https://code.google.com/p/chromium/issues/detail?id=282927
for more detail).
BUG=282927
TEST=Set up HTTPS server on localhost with a bad certificate, visit
https://localhost and observe no interstitial
Review URL: https://codereview.chromium.org/887223005
Cr-Commit-Position: refs/heads/master@{#316347}
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 4092bc0..f14e026 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -15549,6 +15549,12 @@ Do you accept? Learn more </message> + <message name="IDS_ALLOW_INSECURE_LOCALHOST" desc="Name of the 'Allow insecure localhost' flag."> + Allow invalid certificates for resources loaded from localhost. + </message> + <message name="IDS_ALLOW_INSECURE_LOCALHOST_DESCRIPTION" desc="Description of the 'Allow insecure localhost' flag."> + Allows requests to localhost over HTTPS even when an invalid certificate is presented. + </message> </messages> </release> </grit> |