fix(api): 🐛 Disable custom security headers on frontends

This commit is contained in:
Jesse Wierzbinski 2024-05-05 02:30:29 +00:00
parent d73ff674a1
commit 9547cd097a
No known key found for this signature in database

View file

@ -215,10 +215,6 @@ export const createServer = (
);
}
return clientResponse(
await proxy.arrayBuffer(),
proxy.status,
proxy.headers.toJSON(),
);
return proxy;
},
});