1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

Update: Updated default configs

This commit is contained in:
Philipp Schafft 2018-11-04 12:55:51 +00:00
parent c7e355ce49
commit e384df21b5
3 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@
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="*" />
<header type="cors" name="Access-Control-Allow-Origin" />
</http-headers>
@ -202,7 +202,7 @@
<role type="anonymous" deny-all="*" />
</authentication>
<http-headers>
<header name="Access-Control-Allow-Origin" value="http://webplayer.example.org" />
<header type="cors" name="Access-Control-Allow-Origin" value="http://webplayer.example.org" />
<header name="baz" value="quux" />
</http-headers>

View File

@ -34,6 +34,6 @@
<loglevel>information</loglevel> <!-- "debug", "information", "warning", or "error" -->
</logging>
<http-headers>
<header name="Access-Control-Allow-Origin" value="*" />
<header type="cors" name="Access-Control-Allow-Origin" />
</http-headers>
</icecast>

View File

@ -47,6 +47,6 @@
<chroot>false</chroot>
</security>
<http-headers>
<header name="Access-Control-Allow-Origin" value="*" />
<header type="cors" name="Access-Control-Allow-Origin" />
</http-headers>
</icecast>