MediaService: Remove allowedMimeType application/pdf

Uploading PDFs does not work with imgur and therefore HedgeDoc should not offer that.

See #533

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-03-15 22:41:40 +01:00
parent 7183d1fabb
commit b5575bbebe
2 changed files with 0 additions and 5 deletions

View file

@ -496,10 +496,6 @@ paths:
required: true
description: The binary file to upload.
content:
application/pdf:
schema:
type: string
format: binary
image/apng:
schema:
type: string

View file

@ -47,7 +47,6 @@ export class MediaService {
private static isAllowedMimeType(mimeType: string): boolean {
const allowedTypes = [
'application/pdf',
'image/apng',
'image/bmp',
'image/gif',