summaryrefslogtreecommitdiff
path: root/share/doc/src/experimental.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/src/experimental.rst')
-rw-r--r--share/doc/src/experimental.rst17
1 files changed, 0 insertions, 17 deletions
diff --git a/share/doc/src/experimental.rst b/share/doc/src/experimental.rst
index fae925c15..077fcaae0 100644
--- a/share/doc/src/experimental.rst
+++ b/share/doc/src/experimental.rst
@@ -79,20 +79,3 @@ Plugins
=======
See `src/couch_plugins/README.md`.
-
-
-Content-Security-Policy (CSP) Header Support for /_utils (Fauxton)
-==================================================================
-
-This will just work with Fauxton, and not Futon. You can enable it
-in your config: you can enable the feature in general and change
-the default header that is sent for everything in /_utils.
-
- .. code-block:: ini
-
- [csp]
- enable = true
-
-Then restart CouchDB.
-
-Have fun!