You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a missing or empty CORS_EXPOSED_HEADERS is being parsed, the result contains an array with a single element - empty string, instead of it being an empty array.
Same applies to the rest. This breaks how CORS are handled.
The text was updated successfully, but these errors were encountered:
Consider this code:
hydra/cmd/server/handler.go
Lines 57 to 60 in 56aa5d2
When a missing or empty
CORS_EXPOSED_HEADERS
is being parsed, the result contains an array with a single element - empty string, instead of it being an empty array.Same applies to the rest. This breaks how CORS are handled.
The text was updated successfully, but these errors were encountered: