karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
297 stars 105 forks source link

fix: case sensitive cors value #436

Closed eshaz closed 8 months ago

eshaz commented 9 months ago

The Access-Control-Allow-Credentials CORS header value should be true. It's case-sensitive according to the spec, and browsers don't accept True.

See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials#directives See eshaz/icecast-metadata-js#183