From: Haelwenn (lanodan) Monnier Date: Sat, 15 Dec 2018 14:58:51 +0000 (+0100) Subject: config/config.exs: Add application/jrd+json => jrd+json to fix webfinger X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=ff7ce9a9fb567380219f6c5b334fdb22ced5e726;p=akkoma config/config.exs: Add application/jrd+json => jrd+json to fix webfinger Closes: https://git.pleroma.social/pleroma/pleroma/merge_requests/551 --- 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"] }