We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5940ed2 commit 0073513Copy full SHA for 0073513
1 file changed
apps/sim/lib/core/security/input-validation.server.ts
@@ -362,7 +362,6 @@ export async function secureFetchWithPinnedIP(
362
return
363
}
364
365
- // Parse headers immediately — they're available before any body data arrives
366
const headersRecord: Record<string, string> = {}
367
let setCookieArray: string[] = []
368
for (const [key, value] of Object.entries(res.headers)) {
0 commit comments