diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-05-19 21:14:28 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-05-19 21:14:28 +0000 |
commit | ea00c0491ce7b8642979bd5195aa4851a63eae25 (patch) | |
tree | 23b56179b4cc9c3354268a838cd2737513a4f3a5 /etc | |
parent | 98e34f7e65d344e846b04eaea73d841f9da9cd9c (diff) |
jsonp callbacks are ignored unless jsonp is configured to true
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946400 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 0222839a..453418bb 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -24,6 +24,7 @@ vhost_global_handlers = _utils _session _oauth _users +jsonp = false [log] file = %localstatelogdir%/couch.log |