diff --git a/next.config.js b/next.config.js index 4742cf5..f252b53 100644 --- a/next.config.js +++ b/next.config.js @@ -27,6 +27,10 @@ const securityHeaders = [ key: 'Strict-Transport-Security', value: 'max-age=31536000; includeSubDomains; preload', }, + { + key: 'Permissions-Policy', + value: 'camera=(), microphone=(), geolocation=(), interest-cohort=()', + }, ]; const config = {