diff --git a/src/main.ts b/src/main.ts index d337a66..4299806 100644 --- a/src/main.ts +++ b/src/main.ts @@ -30,6 +30,8 @@ async function bootstrap() { }), ); + app.getHttpAdapter().getInstance().set('trust proxy', 1); + app.use( helmet({ contentSecurityPolicy: false,