diff --git a/next.config.js b/next.config.js index f252b53..4235d80 100644 --- a/next.config.js +++ b/next.config.js @@ -29,7 +29,7 @@ const securityHeaders = [ }, { key: 'Permissions-Policy', - value: 'camera=(), microphone=(), geolocation=(), interest-cohort=()', + value: 'camera=(), microphone=(), geolocation=()', }, ];