Erweiterungen
This commit is contained in:
7
src/main/resources/application-prod.properties
Normal file
7
src/main/resources/application-prod.properties
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user