From ecb5a7038a40a744b20f403e9b6281d4814d11c3 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Wed, 11 Apr 2018 00:42:08 +0100 Subject: [PATCH] docs: http/allowed_origins config setting description --- docs/ext/http.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/ext/http.rst b/docs/ext/http.rst index 730c05b8..6dc91782 100644 --- a/docs/ext/http.rst +++ b/docs/ext/http.rst @@ -98,3 +98,11 @@ See :ref:`config` for general help on configuring Mopidy. be published. Set to an empty string to disable Zeroconf for HTTP. + +.. confval:: http/allowed_origins + + A whitelist of domains allowed to perform Cross-Origin Resource Sharing + (CORS) requests. Entries must be in the format ``hostname``:``port``. + + If you want to access Mopidy's web server from a different web server, you + will need to add an entry for that server in this list.