mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Update: Disallow access to the event stream by default
This commit is contained in:
parent
2645076275
commit
d76359c66d
@ -111,7 +111,7 @@ acl_t *acl_new(void)
|
||||
acl_set_method_str(ret, ACL_POLICY_ALLOW, "get,options");
|
||||
|
||||
acl_set_admin_str(ret, ACL_POLICY_DENY, "*");
|
||||
acl_set_admin_str(ret, ACL_POLICY_ALLOW, "buildm3u,eventstream,publicstats,publicstats.json");
|
||||
acl_set_admin_str(ret, ACL_POLICY_ALLOW, "buildm3u,publicstats,publicstats.json");
|
||||
|
||||
acl_set_web_policy(ret, ACL_POLICY_ALLOW);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user