diff options
author | bitkeeper <bitkeeper@users.noreply.github.com> | 2021-03-09 18:33:05 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-03-10 21:27:19 +0100 |
commit | c08a8581eed767564d1afe359fdcf6ccbdb4d744 (patch) | |
tree | 85448a5ef1516c205a2540cd2fe86687f710b116 /NEWS | |
parent | 25b01940369d746debd0240bcab617b3451aa8c3 (diff) |
Added cross-origin header to http headers of the http output.
The current http output doesn't provide a header for cross-origin support. This prevents to use the mpd http stream directly from an other webapplication due the origin from the webpage differs from then the audio stream.
The fix is to add the following header to the http response:
Access-Control-Allow-Origin: *
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ ver 0.22.7 (not yet released) * storage - curl: don't use glibc extension * output + - httpd: send header "Access-Control-Allow-Origin: *" - wasapi: add algorithm for finding usable audio format - wasapi: use default device only if none was configured - wasapi: add DoP support |