no need to remove what is not there
This commit is contained in:
parent
530b67aabd
commit
d150bc20cf
|
@ -152,7 +152,9 @@ module Discourse
|
||||||
# This is not really required per-se, but we do not want to support
|
# This is not really required per-se, but we do not want to support
|
||||||
# XML params, we see errors in our logs about malformed XML and there
|
# XML params, we see errors in our logs about malformed XML and there
|
||||||
# absolutly no spot in our app were we use XML as opposed to JSON endpoints
|
# absolutly no spot in our app were we use XML as opposed to JSON endpoints
|
||||||
ActionDispatch::ParamsParser::DEFAULT_PARSERS.delete(Mime::XML)
|
#
|
||||||
|
# Rails 4 no longer includes this by default
|
||||||
|
ActionDispatch::ParamsParser::DEFAULT_PARSERS.delete(Mime::XML) unless rails4?
|
||||||
|
|
||||||
if ENV['RBTRACE'] == "1"
|
if ENV['RBTRACE'] == "1"
|
||||||
require 'rbtrace'
|
require 'rbtrace'
|
||||||
|
|
Loading…
Reference in New Issue