Security, Middlewares, CSP & Sessions
Middlewares
| Variable | Default | Description |
|---|---|---|
RUNIQUE_ENABLE_CACHE | true (prod) / false (dev) | HTTP cache headers |
CSP — Configured exclusively via the builder (
.with_csp(...)). See CSP. Host validation — Configured exclusively via the builder (.with_allowed_hosts([...])). See Host Validation.
Sessions
Session memory limits and cleanup interval are configured via the builder — see Sessions.