This commit is contained in:
Dario Ghunney Ware 2025-10-30 08:56:33 +00:00 committed by DarioGii
parent 5208d69513
commit 04fa407f98

View File

@ -147,10 +147,7 @@ public class SecurityConfiguration {
List.of(
"http://localhost:*", // Still allow localhost for local deployments
"https://localhost:*"
// Add your production domains here when deploying, e.g.:
// "https://yourdomain.com",
// "https://*.yourdomain.com"
));
));
log.info("CORS configured for production mode");
}