mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-140942: Add MIME type for .cjs extension (#140937)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
7211a34fe1
commit
d890aba748
3 changed files with 4 additions and 0 deletions
|
|
@ -486,6 +486,7 @@ def _default_mime_types():
|
|||
'.wiz' : 'application/msword',
|
||||
'.nq' : 'application/n-quads',
|
||||
'.nt' : 'application/n-triples',
|
||||
'.cjs' : 'application/node',
|
||||
'.bin' : 'application/octet-stream',
|
||||
'.a' : 'application/octet-stream',
|
||||
'.dll' : 'application/octet-stream',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue