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

Side by Side Diff: components/error_page_strings.grdp

Issue 1617043002: Introduce AncestorThrottle, which will process 'X-Frame-Options' headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@block-response
Patch Set: Test+ErrorPage Created 4 years, 7 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 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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 <message name="IDS_ERRORPAGES_DETAILS_TEMPORARY_BACKOFF" desc="The error messa ge displayed when we temporarily stop sending requests to a server in order to a void overloading it."> 448 <message name="IDS_ERRORPAGES_DETAILS_TEMPORARY_BACKOFF" desc="The error messa ge displayed when we temporarily stop sending requests to a server in order to a void overloading it.">
449 Requests to this URL have been temporarily throttled. 449 Requests to this URL have been temporarily throttled.
450 </message> 450 </message>
451 451
452 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_EXTENSION" desc="Summary in t he error page when an extension blocks a request."> 452 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_EXTENSION" desc="Summary in t he error page when an extension blocks a request.">
453 Requests to the server have been blocked by an extension. 453 Requests to the server have been blocked by an extension.
454 </message> 454 </message>
455 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary in the error page when an administrator policy blocks a request."> 455 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary in the error page when an administrator policy blocks a request.">
456 The person who set up this computer has chosen to block this site. 456 The person who set up this computer has chosen to block this site.
457 </message> 457 </message>
458 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_RESPONSE" desc="Summary in th e error page when the response blocks itself.">
459 The page at this URL has requested not to be displayed in this context.
460 </message>
458 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_EXTENSION" desc="The error me ssage displayed when an extension blocks a request."> 461 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_EXTENSION" desc="The error me ssage displayed when an extension blocks a request.">
459 Requests to the server have been blocked by an extension. 462 Requests to the server have been blocked by an extension.
460 </message> 463 </message>
461 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_ADMINISTRATOR" desc="The erro r message displayed when a policy blocks a request."> 464 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_ADMINISTRATOR" desc="The erro r message displayed when a policy blocks a request.">
462 Requests to the server have been blocked by a policy. 465 Requests to the server have been blocked by a policy.
463 </message> 466 </message>
464 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_ENROLLMENT_CHECK_PENDING" desc=" The error message displayed when the user tries to browse before the forced enro llment check has finished."> 467 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_ENROLLMENT_CHECK_PENDING" desc=" The error message displayed when the user tries to browse before the forced enro llment check has finished.">
465 Browsing the Internet is disabled until the enterprise enrollment verificati on check has finished. 468 Browsing the Internet is disabled until the enterprise enrollment verificati on check has finished.
466 You can still use the diagnostic tool presented here to troubleshoot issues with your connectivity. 469 You can still use the diagnostic tool presented here to troubleshoot issues with your connectivity.
467 </message> 470 </message>
471 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_RESPONSE" desc="Details in th e error page when the response blocks itself.">
472 The server has chosen not to allow this page to be displayed in the current context by sending a
473 &lt;code&gt;X-Frame-Options&lt;/code&gt; header or a &lt;code&gt;Content-Sec urity-Policy&lt;/code&gt;
474 header with a &lt;code&gt;frame-ancestors&lt;/code&gt; directive.
475 </message>
476
468 477
469 <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."> 478 <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.">
470 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. 479 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.
471 </message> 480 </message>
472 481
473 <!-- Suggestions summary list messages. --> 482 <!-- Suggestions summary list messages. -->
474 <message name="IDS_ERRORPAGES_SUGGESTION_LIST_HEADER" desc="Message that prefi xes a list of suggestions to try when encountering a network error."> 483 <message name="IDS_ERRORPAGES_SUGGESTION_LIST_HEADER" desc="Message that prefi xes a list of suggestions to try when encountering a network error.">
475 Try: 484 Try:
476 </message> 485 </message>
477 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_CONNECTION_SUMMARY" desc="The m essage displayed in a list of suggestions following a network error, suggesting the user should try checking their connnection. The suggestions list is prefixed with 'Try:'."> 486 <message name="IDS_ERRORPAGES_SUGGESTION_CHECK_CONNECTION_SUMMARY" desc="The m essage displayed in a list of suggestions following a network error, suggesting the user should try checking their connnection. The suggestions list is prefixed with 'Try:'.">
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 </message> 573 </message>
565 <message name="IDS_ERRORPAGES_DETAILS_UNSAFE_PORT" desc="Details error messa ge to tell user that the requested port is blocked as unsafe [Length: 20em]"> 574 <message name="IDS_ERRORPAGES_DETAILS_UNSAFE_PORT" desc="Details error messa ge to tell user that the requested port is blocked as unsafe [Length: 20em]">
566 Unsafe port blocked. 575 Unsafe port blocked.
567 </message> 576 </message>
568 <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]"> 577 <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]">
569 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. 578 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.
570 </message> 579 </message>
571 </if> 580 </if>
572 581
573 </grit-part> 582 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698