14. Experimental Features

This is a list of experimental features in CouchDB. They are included ina release because the development team is requesting feedback from thelarger developer community. As such, please play around with thesefeatures and send us feedback, thanks!

Use at your own risk! Do not rely on these features for critical applications.

14.1. Content-Security-Policy (CSP) Header Support for /_utils (Fauxton)

This will just work with Fauxton. You can enable it in your config: youcan enable the feature in general and change the default header that issent for everything in /_utils.



  1. [csp]
    enable = true


Then restart CouchDB.

Have fun!

原文: http://docs.couchdb.org/en/stable/experimental.html