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