From d0f21146c2b68582facf5cd0a887fc6482a799f7 Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Wed, 20 Jan 2021 12:46:50 -0500 Subject: [PATCH] Remove .zip .tar .gz from allowed file extensions. --- modules/farm/farm_fields/farm_fields.module | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/farm/farm_fields/farm_fields.module b/modules/farm/farm_fields/farm_fields.module index abb2393ed..1228fc21a 100644 --- a/modules/farm/farm_fields/farm_fields.module +++ b/modules/farm/farm_fields/farm_fields.module @@ -83,9 +83,6 @@ function farm_fields_file_types($type = '', $separator = ' ') { 'xlsx', 'kml', 'kmz', - 'zip', - 'tar', - 'gz', 'mp3', 'wav', 'ogg',