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

Fix: SECURITY Corrected methods of anonymous role for htpasswd legacy auth

This commit is contained in:
Philipp Schafft 2014-12-29 09:48:00 +00:00
parent 0f311a318d
commit 490482deaf

View File

@ -940,7 +940,7 @@ static void _parse_mount_oldstyle_authentication(mount_proxy *mount, xmlNodePtr
auth_release(auth);
}
__append_old_style_auth(authstack, NULL, AUTH_TYPE_ANONYMOUS, NULL, NULL, "source,put", NULL, 0, NULL);
__append_old_style_auth(authstack, NULL, AUTH_TYPE_ANONYMOUS, NULL, NULL, "get,head,post", NULL, 0, NULL);
} else if (strcmp(type, AUTH_TYPE_URL) == 0) {
/* This block is super fun! Attention! Super fun ahead! Ladies and Gentlemans take care and watch your children! */
/* Stuff that was of help: