1. 22 May, 2021 3 commits
  2. 19 May, 2021 13 commits
  3. 18 May, 2021 3 commits
  4. 17 May, 2021 5 commits
  5. 11 May, 2021 1 commit
  6. 28 Apr, 2021 2 commits
  7. 27 Apr, 2021 4 commits
  8. 26 Apr, 2021 4 commits
  9. 15 Apr, 2021 1 commit
  10. 07 Apr, 2021 1 commit
  11. 13 Mar, 2021 2 commits
  12. 10 Mar, 2021 1 commit
    • bitkeeper's avatar
      Added cross-origin header to http headers of the http output. · c08a8581
      bitkeeper authored
      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: *
      c08a8581