athena-framework / athena

An ecosystem of reusable, independent components
https://athenaframework.org
MIT License
211 stars 17 forks source link

Prevent wildcard `expose_headers` value when `allow_credentials` is `true` #264

Closed Blacksmoke16 closed 1 year ago

Blacksmoke16 commented 1 year ago

The spec doesn't allow the * wildcard when credentials are allowed, so let's just prevent it.