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

Unified Diff: extensions/common/api/mime_handler_private.idl

Issue 1092163004: Ignore non-ASCII headers in the mimeHandlerPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « extensions/common/api/mime_handler.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/mime_handler_private.idl
diff --git a/extensions/common/api/mime_handler_private.idl b/extensions/common/api/mime_handler_private.idl
index af402d718efb83c9e6f8854ced8afecf9fa79690..dfd47be6ae974f216483dace661b0f8e4a06fa39 100644
--- a/extensions/common/api/mime_handler_private.idl
+++ b/extensions/common/api/mime_handler_private.idl
@@ -21,7 +21,7 @@
// The HTTP response headers of the intercepted request stored as a
// dictionary mapping header name to header value. If a header name appears
// multiple times, the header values are merged in the dictionary and
- // separated by a ", ".
+ // separated by a ", ". Non-ASCII headers are dropped.
object responseHeaders;
// Whether the stream is embedded within another document.
« no previous file with comments | « extensions/common/api/mime_handler.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698