Skip to content

Commit 591f341

Browse files
authored
docs(security-headers): interest-cohort has been replaced by browsing-topics (#40113)
See mdn/browser-compat-data#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)
1 parent 29582c8 commit 591f341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-features/security-headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This header allows you to control which features and APIs can be used in the bro
8181
```jsx
8282
{
8383
key: 'Permissions-Policy',
84-
value: 'camera=(), microphone=(), geolocation=(), interest-cohort=()'
84+
value: 'camera=(), microphone=(), geolocation=(), browsing-topics=()'
8585
}
8686
```
8787

0 commit comments

Comments
 (0)