Compare commits

...

3 Commits

Author SHA1 Message Date
TeamCity
e6ca898602 ci: bump version to v4.53.1 2026-01-22 00:15:11 +00:00
TeamCity
d75d64113b ci: bump version to v4.53.0 2026-01-21 18:34:01 +00:00
66b55945eb feat: Update CORS allowed origins to use production URL 2026-01-21 19:31:32 +01:00
3 changed files with 9 additions and 3 deletions

View File

@@ -453,3 +453,9 @@
### Features
* Implement OAuth session management with Redis caching for OpenID user data ([0430c7f](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/0430c7f4deb37661c697406a714e2693bf0c7307))
## (2026-01-21)
### Features
* Update CORS allowed origins to use production URL ([66b5594](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/66b55945eb8f095c08a8f859955d31f7fc32ce0e))
## (2026-01-22)

View File

@@ -8,7 +8,7 @@ play.http.context="/api"
play.modules.enabled += "modules.GatewayModule"
play.filters.cors {
allowedOrigins = ["http://localhost:5173"]
allowedOrigins = ["https://knockout.janis-eccarius.de"]
allowedCredentials = true
allowedHttpMethods = ["GET", "POST", "PUT", "DELETE", "OPTIONS"]
allowedHttpHeaders = ["Accept", "Content-Type", "Origin", "X-Requested-With"]

View File

@@ -1,3 +1,3 @@
MAJOR=4
MINOR=52
PATCH=0
MINOR=53
PATCH=1