summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/base/mime_util.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc
index f010862..35093da 100644
--- a/net/base/mime_util.cc
+++ b/net/base/mime_util.cc
@@ -359,6 +359,10 @@ static const char* const unsupported_text_types[] = {
"text/x-csv",
"text/x-vcf",
"text/rtf",
+ "text/comma-separated-values",
+ "text/csv",
+ "text/tab-separated-values",
+ "text/tsv",
};
// Mozilla 1.8 and WinIE 7 both accept text/javascript and text/ecmascript.