Drop obsolete APNG mime override
Commit 9d2c558f64
bumped
to a mime package version including the upstream fix.
This commit is contained in:
parent
1c2eb4d799
commit
98c7e9534e
1 changed files with 1 additions and 4 deletions
|
@ -166,10 +166,7 @@
|
|||
"application/xrd+xml" => ["xrd+xml"],
|
||||
"application/jrd+json" => ["jrd+json"],
|
||||
"application/activity+json" => ["activity+json"],
|
||||
"application/ld+json" => ["activity+json"],
|
||||
# Can be removed when bumping MIME past 2.0.5
|
||||
# see https://akkoma.dev/AkkomaGang/akkoma/issues/657
|
||||
"image/apng" => ["apng"]
|
||||
"application/ld+json" => ["activity+json"]
|
||||
}
|
||||
|
||||
config :mime, :extensions, %{
|
||||
|
|
Loading…
Reference in a new issue