diff options
author | lambda <pleromagit@rogerbraun.net> | 2018-06-24 13:28:42 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2018-06-24 13:28:42 +0000 |
commit | 92135d00fc6a9dcdeda32a55ac7a88353b7f96f2 (patch) | |
tree | fe6d1384ba95064d5991a3c4be0476ebbf13f98a | |
parent | c3002c583edb9d05b9b69620e4752aafc0d2b550 (diff) | |
parent | c5bbc46f87d475b9620d48b81d4143f10447471b (diff) | |
download | pleroma-92135d00fc6a9dcdeda32a55ac7a88353b7f96f2.tar.gz |
Merge branch 'feature/application-xml-mime' into 'develop'
config: add application/xml mimetype support.
See merge request pleroma/pleroma!228
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 6fc127d4c..e180cc302 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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"] |