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

Unified 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, 2 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 side-by-side diff with in-line comments
Download patch
Index: components/error_page_strings.grdp
diff --git a/components/error_page_strings.grdp b/components/error_page_strings.grdp
index a30640b33884409450e2a112cf19de5c6befce83..df0bab2c03697a4b5e1943eafc3b942307d4b251 100644
--- a/components/error_page_strings.grdp
+++ b/components/error_page_strings.grdp
@@ -260,6 +260,9 @@
<message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_EXTENSION" desc="Summary in the error page when an extension blocks a request.">
Requests to the server have been blocked by an extension.
</message>
+ <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
+ This page contains code which appears to be the result of a cross-site scripting attack, and is configured to block such requests.
+ </message>
<message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary in the error page when an administrator policy blocks a request.">
The person who set up this computer has chosen to block this site.
</message>
« 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