From af0c2f7193858133ded8a96b5509337f23e5333b Mon Sep 17 00:00:00 2001 From: Daniel Iancu Date: Thu, 27 Aug 2026 12:42:53 +0300 Subject: [PATCH] Update Permissions-Policy header value with Topics API The `interest-cohort` feature is completely deprecated and unsupported across all web browsers. Topics API is the replacement currently supported. --- nginx/conf.d/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index 8e57087..0ccb7cb 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -75,7 +75,7 @@ server { add_header X-Content-Type-Options "nosniff" always; add_header Referrer-Policy no-referrer; add_header Strict-Transport-Security "max-age=63072000" always; - add_header Permissions-Policy "interest-cohort=()"; + add_header Permissions-Policy "browsing-topics=()"; ## locations # ACME-challenge