summaryrefslogtreecommitdiffstats
path: root/emailcommon/src/com/android/emailcommon/utility/AttachmentUtilities.java
diff options
context:
space:
mode:
Diffstat (limited to 'emailcommon/src/com/android/emailcommon/utility/AttachmentUtilities.java')
-rw-r--r--emailcommon/src/com/android/emailcommon/utility/AttachmentUtilities.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/emailcommon/src/com/android/emailcommon/utility/AttachmentUtilities.java b/emailcommon/src/com/android/emailcommon/utility/AttachmentUtilities.java
index 407a9034b..d530c7362 100644
--- a/emailcommon/src/com/android/emailcommon/utility/AttachmentUtilities.java
+++ b/emailcommon/src/com/android/emailcommon/utility/AttachmentUtilities.java
@@ -111,8 +111,6 @@ public class AttachmentUtilities {
"hta", "ins", "isp", "jse", "lib", "mde", "msc", "msp",
"mst", "pif", "scr", "sct", "shb", "sys", "vb", "vbe",
"vbs", "vxd", "wsc", "wsf", "wsh",
- // File types of common compression/container formats (again, to avoid malware)
- "zip", "gz", "z", "tar", "tgz", "bz2",
};
/**
* Filename extensions of attachments that can be installed.