fix(csp): mover CSP para proxy.ts para leitura em runtime

Content-Security-Policy estava em next.config.ts (build time),
então S3_ENDPOINT nunca era incluído no connect-src ao buildar
via Docker no CI. Movido para proxy.ts que avalia em runtime.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-04-07 13:49:23 +00:00
parent 27e3ba5f0d
commit 43697b4fd2
4 changed files with 42 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "openmonetis",
"version": "2.3.4",
"version": "2.3.5",
"private": true,
"packageManager": "pnpm@10.33.0",
"scripts": {