Kaydet (Commit) e29ab7e7 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) R. David Murray

[3.6] bpo-30824: Add mimetype for .json (GH-3048) (#3401)

(cherry picked from commit 8204b903)
üst fd645ec6
......@@ -439,6 +439,7 @@ def _default_mime_types():
'.jpeg' : 'image/jpeg',
'.jpg' : 'image/jpeg',
'.js' : 'application/javascript',
'.json' : 'application/json',
'.ksh' : 'text/plain',
'.latex' : 'application/x-latex',
'.m1v' : 'video/mpeg',
......
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