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=()' } ```