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

Side by Side Diff: components/security_state_strings.grdp

Issue 2917873004: Implement 'Not secure' warning for non-secure pages in Incognito mode (Closed)
Patch Set: Remove obsolete includes Created 3 years, 6 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:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <!-- Strings describing Chrome security policy for DevTools security panel --> 3 <!-- Strings describing Chrome security policy for DevTools security panel -->
4 <message name="IDS_PRIVATE_USER_DATA_INPUT" desc="Summary phrase for a securit y problem where the site collects private user data on an insecure page." transl ateable="false"> 4 <message name="IDS_PRIVATE_USER_DATA_INPUT" desc="Summary phrase for a securit y problem where the site collects private user data on an insecure page." transl ateable="false">
5 Private user data input 5 Private user data input
6 </message> 6 </message>
7 <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description of a security problem where the site collects private user data on an insecure page, which results in an omnibox warning." translateable="false"> 7 <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description of a security problem where the site collects private user data on an insecure page, which results in an omnibox warning." translateable="false">
8 This page includes a password or credit card input over HTTP. A warning has been added to the URL bar. 8 This page includes a password or credit card input over HTTP. A warning has been added to the URL bar.
9 </message> 9 </message>
10 <message name="IDS_INCOGNITO_NONSECURE" desc="Summary phrase for a security pr oblem where the site is non-secure (HTTP) and the user is browsing Incognito." t ranslateable="false">
11 Non-secure page loaded in incognito mode
12 </message>
13 <message name="IDS_INCOGNITO_NONSECURE_DESCRIPTION" desc="Description of a sec urity problem where the site is non-secure (HTTP) and the user is browsing Incog nito, which results in an omnibox warning." translateable="false">
14 This page was loaded non-securely in an incognito window. A warning has been added to the URL bar.
15 </message>
10 <message name="IDS_SAFEBROWSING_WARNING" desc="Summary phrase for a security p roblem where the site is deemed unsafe by the SafeBrowsing service." translateab le="false"> 16 <message name="IDS_SAFEBROWSING_WARNING" desc="Summary phrase for a security p roblem where the site is deemed unsafe by the SafeBrowsing service." translateab le="false">
11 This page is dangerous (flagged by Google Safe Browsing). 17 This page is dangerous (flagged by Google Safe Browsing).
12 </message> 18 </message>
13 <message name="IDS_SHA1" desc="Summary phrase for a security problem where the site's certificate chain contains a SHA1 signature." translateable="false"> 19 <message name="IDS_SHA1" desc="Summary phrase for a security problem where the site's certificate chain contains a SHA1 signature." translateable="false">
14 SHA-1 certificate 20 SHA-1 certificate
15 </message> 21 </message>
16 <message name="IDS_SHA1_DESCRIPTION" desc="Description of a security problem w here the site's certificate chain contains a SHA1 signature." translateable="fal se"> 22 <message name="IDS_SHA1_DESCRIPTION" desc="Description of a security problem w here the site's certificate chain contains a SHA1 signature." translateable="fal se">
17 The certificate chain for this site contains a certificate signed using SHA- 1. 23 The certificate chain for this site contains a certificate signed using SHA- 1.
18 </message> 24 </message>
19 <message name="IDS_SUBJECT_ALT_NAME_MISSING" desc="Summary phrase for a securi ty problem where the site's certificate is missing a subjectAltName extension." translateable="false"> 25 <message name="IDS_SUBJECT_ALT_NAME_MISSING" desc="Summary phrase for a securi ty problem where the site's certificate is missing a subjectAltName extension." translateable="false">
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 <message name="IDS_SSL_AN_OBSOLETE_CIPHER" desc="A phrase to describe an SSL/T LS cipher (e.g. AES_256_CBC) that is old and insecure." translateable="false"> 76 <message name="IDS_SSL_AN_OBSOLETE_CIPHER" desc="A phrase to describe an SSL/T LS cipher (e.g. AES_256_CBC) that is old and insecure." translateable="false">
71 an obsolete cipher 77 an obsolete cipher
72 </message> 78 </message>
73 <message name="IDS_SSL_A_STRONG_CIPHER" desc="A phrase to describe an SSL/TLS cipher (e.g. AES_128_GCM or ChaCha20 with Poly1305) that is modern and secure." translateable="false"> 79 <message name="IDS_SSL_A_STRONG_CIPHER" desc="A phrase to describe an SSL/TLS cipher (e.g. AES_128_GCM or ChaCha20 with Poly1305) that is modern and secure." translateable="false">
74 a strong cipher 80 a strong cipher
75 </message> 81 </message>
76 <message name="IDS_SSL_KEY_EXCHANGE_WITH_GROUP" desc="A phrase to describe an SSL/TLS ECDHE-based key exchange with a group." translateable="false"> 82 <message name="IDS_SSL_KEY_EXCHANGE_WITH_GROUP" desc="A phrase to describe an SSL/TLS ECDHE-based key exchange with a group." translateable="false">
77 <ph name="A_KEY_EXCHANGE">$1<ex>ECDHE_RSA</ex></ph> with <ph name="A_GROUP"> $2<ex>X25519</ex></ph> 83 <ph name="A_KEY_EXCHANGE">$1<ex>ECDHE_RSA</ex></ph> with <ph name="A_GROUP"> $2<ex>X25519</ex></ph>
78 </message> 84 </message>
79 </grit-part> 85 </grit-part>
OLDNEW
« no previous file with comments | « components/security_state/core/security_state_unittest.cc ('k') | ios/chrome/browser/ssl/ios_security_state_tab_helper.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698