Skip to content

Commit

Permalink
docs(security-headers): interest-cohort has been replaced by browsing…
Browse files Browse the repository at this point in the history
…-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)
  • Loading branch information
dunglas committed Aug 31, 2022
1 parent 29582c8 commit 591f341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/security-headers.md
Expand Up @@ -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=()'
}
```

Expand Down

0 comments on commit 591f341

Please sign in to comment.