Page MenuHomePhabricator

Allow "application/json" content-type in response to action=raw, for JSON content-model pages
Open, Needs TriagePublic

Description

JSON is available as a content model for pages, but when retrieving page content with action=raw, the ctype option does not allow a response content-type of application/json, if requested, instead defaulting to text/x-wiki. This content-type should be allowed for those pages.