mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
Update: Updated default configs
This commit is contained in:
parent
c7e355ce49
commit
e384df21b5
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user