docfast/src
OpenClaw Deployer 97744897f0
All checks were successful
Promote to Production / Deploy to Production (push) Successful in 1m15s
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 9m8s
fix: move /docs route before express.static to fix CSP headers
express.static was serving docs.html before the /docs route handler,
causing Helmet default CSP to be used instead of the custom Swagger UI CSP.
This blocked unsafe-eval and blob: workers needed by Swagger UI.
2026-02-18 13:51:35 +00:00
..
__tests__ Add landing page, tests, Docker deployment, nginx config 2026-02-14 13:01:07 +00:00
middleware fix: audit #18 rate limit cleanup (.unref), audit #25 consistent error shapes 2026-02-17 08:10:14 +00:00
routes security: remove Change Email feature (leaked key = account hijack) 2026-02-17 11:40:27 +00:00
services feat: add SMTP auth support for K3s migration 2026-02-18 12:47:33 +00:00
index.ts fix: move /docs route before express.static to fix CSP headers 2026-02-18 13:51:35 +00:00