Allow pdf inline

This commit is contained in:
Tulir Asokan 2023-10-10 15:29:12 +03:00
parent ca4e3165b3
commit 245d82f44e

View File

@ -86,6 +86,7 @@ INLINE_CONTENT_TYPES = [
"text/csv",
"application/json",
"application/ld+json",
"application/pdf",
# We allow some media files deemed as safe, which comes from the matrix-react-sdk.
# https://github.com/matrix-org/matrix-react-sdk/blob/a70fcfd0bcf7f8c85986da18001ea11597989a7c/src/utils/blobs.ts#L51
# SVGs are *intentionally* omitted.