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

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: Changing function signature in unnittest file Created 5 years, 5 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 28101458c4e361cc82e0d5141c99a41e0a1d946c..d3ac5f936fc25f56c4728540c7f2d8c1cfa53ce7 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -10061,6 +10061,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="$3" &gt;</ph><ph name="SUGGESTED_DOMAIN">$2<ex>www.example.com</ex></ph><ph name="END_LINK">&lt;/a&gt;</ph>
palmer 2015/07/09 19:13:01 Change "If you like to..." to "If you would like t
Bhanu Dev 2015/07/11 04:00:42 Catherine is working on the strings for this. I wi
+ </message>
+
<!-- SSL Interstitial V2: Non-overridable -->
<message name="IDS_SSL_RELOAD" desc="The text for the button that reloads the page.">
Reload
« no previous file with comments | « no previous file | chrome/browser/ssl/common_name_mismatch_handler.h » ('j') | chrome/browser/ssl/common_name_mismatch_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698