karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
300 stars 107 forks source link

fix: case sensitive cors value #436

Closed eshaz closed 1 year ago

eshaz commented 1 year 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