Files
emulatorstation/src/main/resources/application-prod.properties
2025-10-28 10:25:04 +01:00

8 lines
226 B
Properties

# Production overrides
# - Secure session cookie only over HTTPS
# - SameSite policy for CSRF protection and to avoid third-party sending
server.servlet.session.cookie.secure=true
server.servlet.session.cookie.same-site=lax