mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Comments in <http-headers> break things ATM
Moved the comment out to avoid this bug. Needs to be checked. svn path=/icecast/trunk/icecast/; revision=19315
This commit is contained in:
parent
9cd2e5c48e
commit
c8791e3c79
@ -84,13 +84,13 @@
|
||||
|
||||
<!-- Global header settings
|
||||
Headers defined here will be returned for every HTTP request to Icecast.
|
||||
-->
|
||||
<http-headers>
|
||||
<!-- Make Icecast public content/API by default
|
||||
|
||||
The ACAO header makes Icecast public content/API by default
|
||||
This will make streams easier embeddable (some HTML5 functionality needs it).
|
||||
Also it allows direct access to e.g. /status-json.xsl from other sites.
|
||||
If you don't want this, comment out the following line or read up on CORS.
|
||||
-->
|
||||
<http-headers>
|
||||
<header name="Access-Control-Allow-Origin" value="*" />
|
||||
</http-headers>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user