diff --git a/next.config.ts b/next.config.ts index d94b8b29..34701734 100644 --- a/next.config.ts +++ b/next.config.ts @@ -179,6 +179,14 @@ const nextConfig: NextConfig = { key: 'X-Build-ID', value: buildId, }, + { + key: 'Cross-Origin-Resource-Policy', + value: 'cross-origin', + }, + { + key: 'Cross-Origin-Embedder-Policy', + value: 'unsafe-none', + }, ], },