Erweiterungen

This commit is contained in:
2025-10-28 10:25:04 +01:00
parent 5fbf05b420
commit 0e28a388b7
19 changed files with 10032 additions and 335 deletions

View 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