From 496f6bdb33d793c4f63337a3759eb6078fd1c755 Mon Sep 17 00:00:00 2001 From: skidoodle <53189968+skidoodle@users.noreply.github.com> Date: Thu, 16 Feb 2023 17:45:30 +0100 Subject: [PATCH] -interest-cohort --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=()', }, ];