Skip to content

Commit

Permalink
fix: add .pem extension to mime-type list
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfaron committed Dec 13, 2023
1 parent 1e6f5c2 commit 217ea10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/common/src/lib/convert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const mimeTypes = new Map<string, string>(
['application/xml', '.xml'],
['text/xml', '.xml'],
['application/vnd.mozilla.xul+xml', '.xul'],
['application/x-pem-file', '.pem'],
['application/zip', '.zip'],
['video/3gpp', '.3gp'],
['audio/3gpp', '.3gp'],
Expand Down

0 comments on commit 217ea10

Please sign in to comment.