Commit 685038d5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

patch add more preferred extensions in MimetypesRegistry.

parent 4688161e
...@@ -4,6 +4,9 @@ import six ...@@ -4,6 +4,9 @@ import six
preferred_extension_dict = { preferred_extension_dict = {
"bin": "application/octet-stream", "bin": "application/octet-stream",
"jpg": "image/jpeg", "jpg": "image/jpeg",
"js": "application/javascript",
"swf": "application/vnd.adobe.flash.movie",
"tar": "application/x-tar",
} }
def initialize(registry): def initialize(registry):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment