Allow files of type application/msword

This commit is contained in:
Joscha 2019-04-24 12:34:50 +00:00
parent 5a1bf2188b
commit c7a9a42b3d

View File

@ -34,6 +34,7 @@ class ShibbolethAuthenticator:
ALLOWED_CONTENT_TYPES = [
"application/pdf",
"application/zip",
"application/msword",
"text/xml",
"text/plain",
"image/jpeg",