From 77056e6f8d4b15584a0fafa8414b5f370f09d149 Mon Sep 17 00:00:00 2001 From: Joscha Date: Thu, 4 Jul 2019 12:16:42 +0000 Subject: [PATCH] Allow more types of files --- PFERD/ilias_authenticators.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PFERD/ilias_authenticators.py b/PFERD/ilias_authenticators.py index 57ae94c..1924554 100644 --- a/PFERD/ilias_authenticators.py +++ b/PFERD/ilias_authenticators.py @@ -28,7 +28,10 @@ class ShibbolethAuthenticator: "application/zip", "application/msword", "application/vnd.wolfram.nb", + "application/octet-stream", + "application/excel", "text/xml", + "text/xml;charset=UTF-8", "text/plain", "image/jpeg", "image/png",