task: add trust proxy header

This commit is contained in:
Mhd Zayd Skaff
2025-06-18 12:00:27 +03:00
parent a91d0f22a4
commit 588eacdfef

View File

@ -30,6 +30,8 @@ async function bootstrap() {
}), }),
); );
app.getHttpAdapter().getInstance().set('trust proxy', 1);
app.use( app.use(
helmet({ helmet({
contentSecurityPolicy: false, contentSecurityPolicy: false,