From 591f341d8236d8c978fecbc5226440d6359ec281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 31 Aug 2022 04:01:25 +0200 Subject: [PATCH] docs(security-headers): interest-cohort has been replaced by browsing-topics (#40113) See https://github.com/mdn/browser-compat-data/issues/9814 ## Documentation / Examples - [x] Make sure the linting passes by running `pnpm lint` - [x] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples) --- docs/advanced-features/security-headers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-features/security-headers.md b/docs/advanced-features/security-headers.md index 84e04c15d899..660c97711c15 100644 --- a/docs/advanced-features/security-headers.md +++ b/docs/advanced-features/security-headers.md @@ -81,7 +81,7 @@ This header allows you to control which features and APIs can be used in the bro ```jsx { key: 'Permissions-Policy', - value: 'camera=(), microphone=(), geolocation=(), interest-cohort=()' + value: 'camera=(), microphone=(), geolocation=(), browsing-topics=()' } ```