From 1d6e081171b425a3358dfe9e0cb85f8e602ffcf0 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Sun, 15 Apr 2018 17:26:16 +0100 Subject: [PATCH] docs: mention that same-origin requests are always allowed. --- docs/ext/http.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/ext/http.rst b/docs/ext/http.rst index 6ede2f25..4b521b97 100644 --- a/docs/ext/http.rst +++ b/docs/ext/http.rst @@ -106,5 +106,7 @@ See :ref:`config` for general help on configuring Mopidy. should be in the format ``hostname:port`` and separated by either a comma or newline. - 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. + Same-origin requests (i.e. requests from Mopidy's web server) are always + allowed and so you don't need an entry for those. However, if your requests + originate from a different web server, you will need to add an entry for + that server in this list.