Skip to content

Commit

Permalink
Merge pull request #56 from dancier/feature/remove-unused-cors-domain
Browse files Browse the repository at this point in the history
remove localho.st from cors origin domains
  • Loading branch information
gorzala authored Dec 17, 2023
2 parents abf68d8 + 944d6a3 commit d2bd10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ app:
secure: true # otherwise overwrite it via env-var (APP_COOKIE_SECURE)
sameSite: Strict # other values needs to be overwritten by env vars could be: [Strict|Lax|None]
cors:
allowedOrigins: http://localhost:4200,http://localho.st:4200 # Comma separated list of allowed origins
allowedOrigins: http://localhost:4200 # Comma separated list of allowed origins
# differentiate between success and failure
mail:
host: mail.your-server.de
Expand Down Expand Up @@ -87,4 +87,4 @@ management:
include:
- health
- beans
- prometheus
- prometheus

0 comments on commit d2bd10e

Please sign in to comment.