forked from AkkomaGang/akkoma
config/config.exs: Add application/jrd+json => jrd+json to fix webfinger
Closes: https://git.pleroma.social/pleroma/pleroma/merge_requests/551
This commit is contained in:
parent
e74f384b68
commit
ff7ce9a9fb
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
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"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue