From c7a9a42b3d829e44a728dfaf6a1a58b49804b9ff Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 24 Apr 2019 12:34:50 +0000 Subject: [PATCH] Allow files of type application/msword --- PFERD/ilias_authenticators.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PFERD/ilias_authenticators.py b/PFERD/ilias_authenticators.py index d686c7a..9a87e2d 100644 --- a/PFERD/ilias_authenticators.py +++ b/PFERD/ilias_authenticators.py @@ -34,6 +34,7 @@ class ShibbolethAuthenticator: ALLOWED_CONTENT_TYPES = [ "application/pdf", "application/zip", + "application/msword", "text/xml", "text/plain", "image/jpeg",