From 34af155cab9a03a54d03c93c9f34a048c1a32878 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 18 Jun 2014 19:04:53 +0200 Subject: [PATCH] Add text/x-log as an allowed mimetype --- roles/kerneltest/templates/kerneltest.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kerneltest/templates/kerneltest.cfg b/roles/kerneltest/templates/kerneltest.cfg index a4a38ece79..f1438c2696 100644 --- a/roles/kerneltest/templates/kerneltest.cfg +++ b/roles/kerneltest/templates/kerneltest.cfg @@ -23,7 +23,7 @@ MAIL_ADMIN = 'pingou@pingoured.fr' ADMIN_GROUP = ['sysadmin-kernel', 'sysadmin-main'] # List of MIME types allowed for upload in the application -ALLOWED_MIMETYPES = ['text/plain'] +ALLOWED_MIMETYPES = ['text/plain', 'text/x-log'] # Restrict the size of content uploaded, this is 10Kb MAX_CONTENT_LENGTH = 1024 * 10