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
feat(binding-http): Make Access-Control-Allow-Origin header configurable
Add allowedOrigins option to HttpConfig interface to let users configure
the Access-Control-Allow-Origin header value. Defaults to '*' for backward
compatibility. Secured things still echo the request origin with credentials
regardless of this setting.
Fixes#941
Signed-off-by: jona42-ui <jonathanthembo123@gmail.com>
0 commit comments