mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(api): 🐛 Disable custom security headers on frontends
This commit is contained in:
parent
d73ff674a1
commit
9547cd097a
1 changed files with 1 additions and 5 deletions
|
|
@ -215,10 +215,6 @@ export const createServer = (
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return clientResponse(
|
return proxy;
|
||||||
await proxy.arrayBuffer(),
|
|
||||||
proxy.status,
|
|
||||||
proxy.headers.toJSON(),
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue