auto-claude: subtask-1-4 - Add Permissions-Policy header

This commit is contained in:
2026-01-25 06:37:28 +01:00
parent b45ea627af
commit b32aadb4a8
+4
View File
@@ -64,6 +64,10 @@ const nextConfig: NextConfig = {
key: 'Referrer-Policy', key: 'Referrer-Policy',
value: 'strict-origin-when-cross-origin', value: 'strict-origin-when-cross-origin',
}, },
{
key: 'Permissions-Policy',
value: 'geolocation=(), microphone=(), camera=(), payment=(), usb=()',
},
], ],
}, },
{ {