diff options
-rw-r--r-- | chrome/browser/download/download_exe.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/download/download_exe.cc b/chrome/browser/download/download_exe.cc index 39a14f7..56fc237 100644 --- a/chrome/browser/download/download_exe.cc +++ b/chrome/browser/download/download_exe.cc @@ -77,6 +77,7 @@ static const char* const g_executables[] = { "hta", "htm", "html", + "htt", "inf", "ins", "isp", @@ -101,6 +102,8 @@ static const char* const g_executables[] = { "mdt", "mdw", "mdz", + "mht", + "mhtml", "msc", "msh", "mshxml", @@ -138,6 +141,9 @@ static const char* const g_executables[] = { "xht", "xhtm", "xhtml", + "xml", + "xsl", + "xslt", #elif defined(OS_LINUX) // TODO(estade): lengthen this list. "exe", |