Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1223233002: Common Name Mismatch Handler For WWW Subdomain Mismatch case (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Browsertests using MockCertVerifier Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d47b7d3e653b702779496effb2355eca021919df..646b81ee9383e4a912704b0bc868f4c0fce8e0f6 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -10160,6 +10160,11 @@ I don't think this site should be blocked!
<ph name="BEGIN_LINK">&lt;a href="#" id="proceed-link"&gt;</ph>Proceed to <ph name="SITE">$1<ex>example.com</ex></ph> (unsafe)<ph name="END_LINK">&lt;/a&gt;</ph>
</message>
+ <!-- Common Name Mismatch Interstitial Description -->
+ <message name="IDS_SSL_COMMON_NAME_MISMATCH_PRIMARY_PARAGRAPH" desc="The primary explanatory paragraph for the Common Name Mismatch interstitial.">
+ Attackers might be trying to steal your information from <ph name="BEGIN_BOLD">&lt;strong&gt;</ph><ph name="REQUEST_DOMAIN">$1<ex>example.com</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</ph> (for example, passwords, messages, or credit cards). <ph name="NEWLINE">&lt;br&gt;</ph><ph name="NEWLINE">&lt;br&gt;</ph>However, this server provides a valid certificate for <ph name="BEGIN_BOLD">&lt;strong&gt;</ph><ph name="SUGGESTED_DOMAIN">$2<ex>www.example.com</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</ph>. If you like to connect to <ph name="BEGIN_BOLD">&lt;strong&gt;</ph><ph name="SUGGESTED_DOMAIN">$2<ex>www.example.com</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</ph>, please click here <ph name="BEGIN_LINK">&lt;a href="#" id="suggest-link"&gt;</ph><ph name="SUGGESTED_DOMAIN">$2<ex>www.example.com</ex></ph><ph name="END_LINK">&lt;/a&gt;</ph>
+ </message>
+
<!-- SSL Interstitial V2: Non-overridable -->
<message name="IDS_SSL_RELOAD" desc="The text for the button that reloads the page.">
Reload

Powered by Google App Engine
This is Rietveld 408576698