Skip to content

Conversation

@MariaPadalka
Copy link
Contributor

@MariaPadalka MariaPadalka commented Jun 21, 2023

dev

JIRA

Code reviewers

  • @github_username

Second Level Review

  • @github_username

Summary of issue

ToDo

Summary of change

ToDo

Testing approach

ToDo

CHECK LIST

  • СI passed
  • Сode coverage >=95%
  • PR is reviewed manually again (to make sure you have 100% ready code)
  • All reviewers agreed to merge the PR
  • I've checked new feature as logged in and logged out user if needed
  • PR meets all conventions

@MariaPadalka MariaPadalka added the issue task for developers label Jun 21, 2023
@MariaPadalka MariaPadalka requested review from a team June 21, 2023 10:08
@MariaPadalka MariaPadalka self-assigned this Jun 21, 2023
Comment on lines 37 to 39
"AllowedOrigins": [ "*" ],
"AllowedHeaders": [ "*" ],
"AllowedMethods": [ "*" ],
Copy link
Collaborator

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.

@Dobriyr Dobriyr linked an issue Jun 27, 2023 that may be closed by this pull request
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
3.8% 3.8% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@MariaPadalka MariaPadalka merged commit 283b056 into develop Jun 27, 2023
@MariaPadalka MariaPadalka deleted the 290-cors-configuration branch June 27, 2023 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

issue task for developers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CORS configuration

6 participants