Fixing the round trip disabling dates

This commit is contained in:
Muluhabt
2026-07-28 16:12:44 +03:00
parent 83137ea0ef
commit 0dfb0cbe28
8 changed files with 241 additions and 8 deletions

View File

@@ -40,13 +40,6 @@ async function bootstrap() {
"x-delegator-position-id",
"x-current-project-id",
"x-current-position-id",
// Headers sent by the freight-backoffice OKR/objective-service client
// (withHeaders.tsx, signatureAndTeeterService.ts, useIncomingReport.ts)
// under yet another naming convention — unprefixed "tenant-key"/"unit-id",
// and "x-delegated-position-id" (delegated, not delegator).
"tenant-key",
"unit-id",
"x-delegated-position-id",
],
exposedHeaders: ["Content-Disposition"],
maxAge: 86400, // cache preflight for 24h to cut chatter in dev