-
Notifications
You must be signed in to change notification settings - Fork 14
290 cors configuration #291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| "AllowedOrigins": [ "*" ], | ||
| "AllowedHeaders": [ "*" ], | ||
| "AllowedMethods": [ "*" ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's allow nothing by default.
In Local config let's allow localhost.
In Stage and Prod we will inject this through Env variables.
|
SonarCloud Quality Gate failed.
|










dev
JIRA
Code reviewers
Second Level Review
Summary of issue
ToDo
Summary of change
ToDo
Testing approach
ToDo
CHECK LIST