Merge branch 'feature/application-xml-mime' into 'develop'

config: add application/xml mimetype support.

See merge request pleroma/pleroma!228
This commit is contained in:
lambda 2018-06-24 13:28:42 +00:00
commit 92135d00fc
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ config :logger, :console,
metadata: [:request_id]
config :mime, :types, %{
"application/xml" => ["xml"],
"application/xrd+xml" => ["xrd+xml"],
"application/activity+json" => ["activity+json"],
"application/ld+json" => ["activity+json"]