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
Currently airbag allows CORS requests from any origin, and CORS support is on by default.
We should allow service developers to turn off or configure the CORS policy.
I suggest we add the following configuration options:
ENABLE_CORS - default is false. Must be set to true in order for CORS to work
ALLOWED_ORIGINS - default is none. Should be set to '*' to support all origins, or to a list of allowed origins
The text was updated successfully, but these errors were encountered:
Currently airbag allows CORS requests from any origin, and CORS support is on by default.
We should allow service developers to turn off or configure the CORS policy.
I suggest we add the following configuration options:
The text was updated successfully, but these errors were encountered: