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
Export RESPONSE_HEADERS and fix its type (#1039) (d8857d0)
BREAKING CHANGES
the Access-Control-Allow-Credentials header value is
now the string 'true' instead of Boolean true. This could affect
tests that rely on unstringified values.