From e3087a92a2fefbb892f1b8efe5f224a914e5d44b Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 7 Nov 2023 01:31:19 -0700 Subject: [PATCH] Opt out of Chrome's Topics API Signed-off-by: Tommy --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index f844cdb..648676c 100644 --- a/Caddyfile +++ b/Caddyfile @@ -30,7 +30,7 @@ # log, so that fail2ban can ban the correct IP. header_up X-Real-IP {remote_host} header_down Strict-Transport-Security "max-age=63072000; includeSubdomains; preload" - header_down +Permissions-Policy "hid=(), idle-detection=(), interest-cohort=(), serial=()" + header_down +Permissions-Policy "browsing-topics=(), hid=(), idle-detection=(), interest-cohort=(), serial=()" header_down +Content-Security-Policy "upgrade-insecure-requests; block-all-mixed-content; base-uri 'none'" header_down X-XSS-Protection "0" header_down Cross-Origin-Opener-Policy same-origin