From ea01dc7cb2772da2e92f7554cb367c92f7aa8ed9 Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 5 Jul 2019 08:48:43 +0000 Subject: [PATCH] Allow even more types of files --- PFERD/ilias_authenticators.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PFERD/ilias_authenticators.py b/PFERD/ilias_authenticators.py index 1924554..0336ac7 100644 --- a/PFERD/ilias_authenticators.py +++ b/PFERD/ilias_authenticators.py @@ -33,6 +33,7 @@ class ShibbolethAuthenticator: "text/xml", "text/xml;charset=UTF-8", "text/plain", + "text/plain;charset=UTF-8", "image/jpeg", "image/png", ]