We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1cdf4 commit cf0a807Copy full SHA for cf0a807
Lib/mimetypes.py
@@ -486,6 +486,7 @@ def _default_mime_types():
486
'.wiz' : 'application/msword',
487
'.nq' : 'application/n-quads',
488
'.nt' : 'application/n-triples',
489
+ '.cjs' : 'application/node',
490
'.bin' : 'application/octet-stream',
491
'.a' : 'application/octet-stream',
492
'.dll' : 'application/octet-stream',
@@ -681,7 +682,6 @@ def _default_mime_types():
681
682
683
# Please sort these too
684
common_types = _common_types_default = {
- '.cjs' : 'application/node',
685
'.rtf' : 'application/rtf',
686
'.apk' : 'application/vnd.android.package-archive',
687
'.midi': 'audio/midi',
0 commit comments