aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-12-15 15:58:51 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-12-15 15:58:51 +0100
commitff7ce9a9fb567380219f6c5b334fdb22ced5e726 (patch)
treed2500faf59996dd52ecb63da77b719730eced98a
parente74f384b685edff5e4fac9da788a7516dd83fe94 (diff)
downloadpleroma-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.exs1
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"]
}