Commit b1443469 authored by 's avatar Committed by Gervase Markham

Bug 568500 - teach Bugzilla about correct Content Type for JSON ctype. r=mkanat.

parent 0f5bed35
......@@ -432,6 +432,7 @@ use constant contenttypes =>
"atom"=> "application/atom+xml" ,
"xml" => "application/xml" ,
"js" => "application/x-javascript" ,
"json"=> "application/json" ,
"csv" => "text/csv" ,
"png" => "image/png" ,
"ics" => "text/calendar" ,
......
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