Skip to content

Commit

Permalink
Merge pull request #8761 from cketti/pkpass-mime-type
Browse files Browse the repository at this point in the history
Fix .pkpass MIME type
  • Loading branch information
cketti authored Jan 21, 2025
2 parents db82787 + d95dfc4 commit 5e555fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ public class MimeTypeUtil {
{ "pkg", "application/octet-stream" },
{ "pki", "application/pkixcmp" },
{ "pkipath", "application/pkix-pkipath" },
{ "pkpass", "application/vnd-com.apple.pkpass" },
{ "pkpass", "application/vnd.apple.pkpass" },
{ "pko", "application/ynd.ms-pkipko" },
{ "plb", "application/vnd.3gpp.pic-bw-large" },
{ "plc", "application/vnd.mobius.plc" },
Expand Down

0 comments on commit 5e555fd

Please sign in to comment.