diff options
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/mime_util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc index fc57b58..f702fbe 100644 --- a/net/base/mime_util.cc +++ b/net/base/mime_util.cc @@ -218,6 +218,7 @@ static const char* const supported_media_codecs[] = { // Note: does not include javascript types list (see supported_javascript_types) static const char* const supported_non_image_types[] = { + "text/cache-manifest", "text/html", "text/xml", "text/xsl", |