docs: mention that same-origin requests are always allowed.

This commit is contained in:
Nick Steel 2018-04-15 17:26:16 +01:00
parent 51741a7cbc
commit 1d6e081171

View File

@ -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 should be in the format ``hostname:port`` and separated by either a comma or
newline. newline.
If you want to access Mopidy's web server from a different web server, you Same-origin requests (i.e. requests from Mopidy's web server) are always
will need to add an entry for that server in this list. 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.