mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Allow files of type application/msword
This commit is contained in:
parent
5a1bf2188b
commit
c7a9a42b3d
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ class ShibbolethAuthenticator:
|
|||
ALLOWED_CONTENT_TYPES = [
|
||||
"application/pdf",
|
||||
"application/zip",
|
||||
"application/msword",
|
||||
"text/xml",
|
||||
"text/plain",
|
||||
"image/jpeg",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue