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

Side by Side Diff: components/error_page_strings.grdp

Issue 2425663002: Add an error page for resources blocked via XSS Auditor. (Closed)
Patch Set: XSS_AUDITOR. Created 4 years, 1 month 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 3
4 <message name="IDS_ERRORPAGE_NET_BUTTON_DETAILS" desc="Label for the button th at expands the details on a net error page"> 4 <message name="IDS_ERRORPAGE_NET_BUTTON_DETAILS" desc="Label for the button th at expands the details on a net error page">
5 Details 5 Details
6 </message> 6 </message>
7 <message name="IDS_ERRORPAGE_NET_BUTTON_HIDE_DETAILS" desc="Label for the butt on that hides the details on a net error page"> 7 <message name="IDS_ERRORPAGE_NET_BUTTON_HIDE_DETAILS" desc="Label for the butt on that hides the details on a net error page">
8 Hide details 8 Hide details
9 </message> 9 </message>
10 <message name="IDS_ERRORPAGES_BUTTON_MORE" desc="Label for the button that exp ands the details on an error page"> 10 <message name="IDS_ERRORPAGES_BUTTON_MORE" desc="Label for the button that exp ands the details on an error page">
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 </message> 253 </message>
254 <message name="IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION" desc="Heading in th e error page for insecure connections."> 254 <message name="IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION" desc="Heading in th e error page for insecure connections.">
255 This site can’t provide a secure connection 255 This site can’t provide a secure connection
256 </message> 256 </message>
257 <message name="IDS_ERRORPAGES_SUMMARY_BAD_SSL_CLIENT_AUTH_CERT" desc="Summary in the error page for SSL client certificate authentication failure."> 257 <message name="IDS_ERRORPAGES_SUMMARY_BAD_SSL_CLIENT_AUTH_CERT" desc="Summary in the error page for SSL client certificate authentication failure.">
258 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> didn’t accept your login certificate, or one may not h ave been provided. 258 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> didn’t accept your login certificate, or one may not h ave been provided.
259 </message> 259 </message>
260 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_EXTENSION" desc="Summary in t he error page when an extension blocks a request."> 260 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_EXTENSION" desc="Summary in t he error page when an extension blocks a request.">
261 Requests to the server have been blocked by an extension. 261 Requests to the server have been blocked by an extension.
262 </message> 262 </message>
263 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_XSS_AUDITOR" desc="Summary in the error page when the XSS Auditor blocks a response.">
Tom Sepez 2016/10/28 16:45:59 I don't think our users are likely to understand t
meacer 2016/10/28 17:38:30 (Not official Enamel™ stance) I tend to agree with
264 This page contains code which appears to be the result of a cross-site scrip ting attack, and is configured to block such requests.
265 </message>
263 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary in the error page when an administrator policy blocks a request."> 266 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary in the error page when an administrator policy blocks a request.">
264 The person who set up this computer has chosen to block this site. 267 The person who set up this computer has chosen to block this site.
265 </message> 268 </message>
266 269
267 <message name="IDS_ERRORPAGES_HTTP_POST_WARNING" desc="The error message displ ayed when the user navigates back or forward to a page which would resubmit post data. They can hit reload to send POST data again and load the page."> 270 <message name="IDS_ERRORPAGES_HTTP_POST_WARNING" desc="The error message displ ayed when the user navigates back or forward to a page which would resubmit post data. They can hit reload to send POST data again and load the page.">
268 This webpage requires data that you entered earlier in order to be properly displayed. You can send this data again, but by doing so you will repeat any act ion this page previously performed. 271 This webpage requires data that you entered earlier in order to be properly displayed. You can send this data again, but by doing so you will repeat any act ion this page previously performed.
269 </message> 272 </message>
270 273
271 <!-- Suggestions summary list messages. --> 274 <!-- Suggestions summary list messages. -->
272 <message name="IDS_ERRORPAGES_SUGGESTION_LIST_HEADER" desc="Message that prefi xes a list of suggestions to try when encountering a network error."> 275 <message name="IDS_ERRORPAGES_SUGGESTION_LIST_HEADER" desc="Message that prefi xes a list of suggestions to try when encountering a network error.">
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 </if> 362 </if>
360 363
361 <!-- iOS specific error page messages --> 364 <!-- iOS specific error page messages -->
362 <if expr="is_ios"> 365 <if expr="is_ios">
363 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE_NO_EMPHASIS" desc="Summa ry in the error page when we can't connect to a site. [iOS only]"> 366 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE_NO_EMPHASIS" desc="Summa ry in the error page when we can't connect to a site. [iOS only]">
364 The webpage at <ph name="SITE">$1<ex>google.xom</ex></ph> might be tempora rily down or it may have moved permanently to a new web address. 367 The webpage at <ph name="SITE">$1<ex>google.xom</ex></ph> might be tempora rily down or it may have moved permanently to a new web address.
365 </message> 368 </message>
366 </if> 369 </if>
367 370
368 </grit-part> 371 </grit-part>
OLDNEW
« no previous file with comments | « components/error_page/renderer/net_error_helper_core.cc ('k') | components/test_runner/web_frame_test_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698