docfast/dist
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__ feat: Add built dist files with EU compliance routes 2026-02-16 13:09:25 +00:00
middleware fix: audit #18 rate limit cleanup (.unref), audit #25 consistent error shapes 2026-02-17 08:10:14 +00:00
routes fix: add /change-email route in index.ts + fix SQL query escaping in keys.ts 2026-02-17 11:34:21 +00:00
services fix: relax CSP for /docs page — allow unsafe-eval for Swagger UI 5.x (ajv) 2026-02-18 13:33:26 +00:00
index.js fix: move /docs route before express.static to fix CSP headers 2026-02-18 13:51:35 +00:00