From c08a8581eed767564d1afe359fdcf6ccbdb4d744 Mon Sep 17 00:00:00 2001 From: bitkeeper Date: Tue, 9 Mar 2021 18:33:05 +0100 Subject: 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: * --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a95f44537..1c0a4b69c 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.3