You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2021/09/15 12:42:43 UTC

[couchdb-documentation] 02/02: feat: document csp 3.1.1 stuff, this is off the 3.1.1 tag

This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch feat/csp-3.1.1
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit cab6637d59da4ff267c58ba867c7675e44029bfe
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Wed Sep 15 14:42:27 2021 +0200

    feat: document csp 3.1.1 stuff, this is off the 3.1.1 tag
---
 src/config/misc.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/config/misc.rst b/src/config/misc.rst
index adf6725..43046ec 100644
--- a/src/config/misc.rst
+++ b/src/config/misc.rst
@@ -242,7 +242,7 @@ Content-Security-Policy
         Enable sending the ``Content-Security-Policy`` header for attachments::
 
             [csp]
-            attachments_enable = true
+            attachments_enable = false
 
     .. config:option:: attachments_header_value
 
@@ -256,7 +256,7 @@ Content-Security-Policy
         Enable sending the ``Content-Security-Policy`` header for show and list functions::
 
             [csp]
-            showlist_enable = true
+            showlist_enable = false
 
     .. config:option:: showlist_header_value
 
@@ -265,7 +265,7 @@ Content-Security-Policy
             [csp]
             showlist_header_value = sandbox
 
-    The pre 3.2.0 behaviour is still honoured, but we recommend updating
+    The pre 3.1.2 behaviour is still honoured, but we recommend updating
     to the new format.
 
     Experimental support of CSP headers for ``/_utils`` (Fauxton).