You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/09/10 12:10:21 UTC

couchdb commit: updated refs/heads/master to f02a919

Repository: couchdb
Updated Branches:
  refs/heads/master e7bdfa835 -> f02a9195d


remove duplicate CSP section


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/f02a9195
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/f02a9195
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/f02a9195

Branch: refs/heads/master
Commit: f02a9195dd486c86e9da1cf672f6552297c969a2
Parents: e7bdfa8
Author: Robert Newson <rn...@apache.org>
Authored: Wed Sep 10 10:55:28 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Sep 10 11:10:08 2014 +0100

----------------------------------------------------------------------
 rel/overlay/etc/default.ini | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/f02a9195/rel/overlay/etc/default.ini
----------------------------------------------------------------------
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 491c76a..2585ebb 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -95,11 +95,6 @@ credentials = false
 ; List of accepted methods
 ; methods =
 
-; Experimental CSP (Content Security Policy) Support for _utils
-[csp]
-enable = false
-; header_value = default-src 'self'; img-src 'self'; font-src *; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline';
-
 ; Configuration for a vhost
 ;[cors:http://example.com]
 ; credentials = false