diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-12-15 15:58:51 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-12-15 15:58:51 +0100 |
commit | ff7ce9a9fb567380219f6c5b334fdb22ced5e726 (patch) | |
tree | d2500faf59996dd52ecb63da77b719730eced98a | |
parent | e74f384b685edff5e4fac9da788a7516dd83fe94 (diff) | |
download | pleroma-ff7ce9a9fb567380219f6c5b334fdb22ced5e726.tar.gz |
config/config.exs: Add application/jrd+json => jrd+json to fix webfinger
Closes: https://git.pleroma.social/pleroma/pleroma/merge_requests/551
-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 1401b0a3d..1777a54c0 100644 --- a/config/config.exs +++ b/config/config.exs @@ -65,6 +65,7 @@ config :logger, :console, config :mime, :types, %{ "application/xml" => ["xml"], "application/xrd+xml" => ["xrd+xml"], + "application/jrd+json" => ["jrd+json"], "application/activity+json" => ["activity+json"], "application/ld+json" => ["activity+json"] } |