Skip to content
Snippets Groups Projects
Verified Commit ff7ce9a9 authored by Haelwenn's avatar Haelwenn
Browse files

config/config.exs: Add application/jrd+json => jrd+json to fix webfinger

parent e74f384b
Branches
Tags
No related merge requests found
......@@ -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"]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment