Skip to content

Commit

Permalink
Add APNG
Browse files Browse the repository at this point in the history
Support animated PNG images.
  • Loading branch information
da2x authored and ioquatix committed Jul 10, 2020
1 parent ee72c60 commit e15eafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rack/mime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def match?(value, matcher)
".aif" => "audio/x-aiff",
".aiff" => "audio/x-aiff",
".ami" => "application/vnd.amiga.ami",
".apng" => "image/apng",
".appcache" => "text/cache-manifest",
".apr" => "application/vnd.lotus-approach",
".asc" => "application/pgp-signature",
Expand Down

0 comments on commit e15eafc

Please sign in to comment.