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

Unified Diff: components/error_page_strings.grdp

Issue 2425663002: Add an error page for resources blocked via XSS Auditor. (Closed)
Patch Set: frameNavigation test. 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..a44adf4c74ffcf0877339d7c696411996721751e 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_AUDITOR" desc="Summary in the error page when the XSS Auditor blocks a response.">
+ This page may contain maliciously injected script.
mmenke 2016/10/24 14:44:43 "a maliciously injected script." or "maliciously i
+ </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>

Powered by Google App Engine
This is Rietveld 408576698