Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
e384df21
Commit
e384df21
authored
Nov 04, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: Updated default configs
parent
c7e355ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
conf/icecast.xml.in
conf/icecast.xml.in
+2
-2
conf/icecast_minimal.xml.in
conf/icecast_minimal.xml.in
+1
-1
conf/icecast_shoutcast_compat.xml.in
conf/icecast_shoutcast_compat.xml.in
+1
-1
No files found.
conf/icecast.xml.in
View file @
e384df21
...
...
@@ -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>
...
...
conf/icecast_minimal.xml.in
View file @
e384df21
...
...
@@ -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>
conf/icecast_shoutcast_compat.xml.in
View file @
e384df21
...
...
@@ -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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment