Referrer Policy: strict-origin-when-cross-origin nestjs code example
Example: nestjs cors origin
const app = await NestFactory.create(AppModule, { cors: true });
const app = await NestFactory.create(AppModule, { cors: true });