mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Add png to the mime types.
This commit is contained in:
parent
7c3a756457
commit
897a4517b4
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ MIMEs = {
|
|||
'.pdf': 'application/pdf',
|
||||
'.xhtml': 'application/xhtml+xml',
|
||||
'.ico': 'image/x-icon',
|
||||
'.png': 'image/png',
|
||||
'.log': 'text/plain'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue