Skip to content
Snippets Groups Projects
Commit 92135d00 authored by lain's avatar lain
Browse files

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

config: add application/xml mimetype support.

See merge request pleroma/pleroma!228
parents c3002c58 c5bbc46f
No related branches found
No related tags found
No related merge requests found
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment