From 5d750ef557f3b19eb32d92458ec2c196b360241d Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 18 Oct 2017 13:35:43 -0200 Subject: [PATCH] =?UTF-8?q?Inclui=20a=20extens=C3=A3o=20.zip=20aos=20tipos?= =?UTF-8?q?=20de=20textos=20permitidos=20(#1542)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sapl/utils.py b/sapl/utils.py index d645cb003..37565148d 100644 --- a/sapl/utils.py +++ b/sapl/utils.py @@ -328,6 +328,7 @@ TIPOS_TEXTO_PERMITIDOS = ( 'application/x-vnd.oasis.opendocument.text', 'application/pdf', 'application/x-pdf', + 'application/zip', 'application/acrobat', 'applications/vnd.pdf', 'text/pdf',