Skip to content

Commit

Permalink
Merge pull request #205 from mdboom/patch-1
Browse files Browse the repository at this point in the history
Add mimetype for webassembly
  • Loading branch information
evansd committed Nov 15, 2018
2 parents 3e2e4e6 + 357cfaf commit 4cdbe2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whitenoise/media_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def default_types():
'.tk': 'application/x-tcl',
'.ts': 'video/mp2t',
'.txt': 'text/plain',
'.wasm': 'application/wasm',
'.war': 'application/java-archive',
'.wbmp': 'image/vnd.wap.wbmp',
'.webm': 'video/webm',
Expand Down

0 comments on commit 4cdbe2a

Please sign in to comment.