Skip to content

Commit

Permalink
remove localho.st from cors origin domains
Browse files Browse the repository at this point in the history
  • Loading branch information
halbekanne committed Dec 17, 2023
1 parent abf68d8 commit 944d6a3
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 944d6a3

Please sign in to comment.