diff --git a/next.config.ts b/next.config.ts index d33c2d0..0afe1e3 100644 --- a/next.config.ts +++ b/next.config.ts @@ -64,6 +64,10 @@ const nextConfig: NextConfig = { key: 'Referrer-Policy', value: 'strict-origin-when-cross-origin', }, + { + key: 'Permissions-Policy', + value: 'geolocation=(), microphone=(), camera=(), payment=(), usb=()', + }, ], }, {