nickva commented on a change in pull request #3567:
URL: https://github.com/apache/couchdb/pull/3567#discussion_r636495298
##########
File path: src/couch/src/couch_httpd.erl
##########
@@ -837,7 +837,7 @@ initialize_jsonp(Req) ->
CallBack ->
try
% make sure jsonp is configured on (default off)
- case config:get("httpd", "allow_jsonp", "false") of
+ case chttpd_util:get_chttpd_config(allow_jsonp, "false") of
Review comment:
We can do a `get_chttpd_config_boolean/3` I think here too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]