From 4120f6ada6a2c02cdcd7a5cb4999cee93b3d88dd Mon Sep 17 00:00:00 2001 From: James Renken Date: Mon, 10 May 2021 00:32:13 -0700 Subject: [PATCH] Migrate Feature-Policy to Permissions-Policy & opt out of FLoC --- content/en/_headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/_headers b/content/en/_headers index bba17002..e4173806 100644 --- a/content/en/_headers +++ b/content/en/_headers @@ -4,4 +4,4 @@ X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Referrer-Policy: no-referrer - Feature-Policy: geolocation none;midi none;notifications none;push none;sync-xhr none;microphone none;camera none;magnetometer none;gyroscope none;speaker self;vibrate none;fullscreen self; + Permissions-Policy: geolocation=(), midi=(), notifications=(), push=(), sync-xhr=(), microphone=(), camera=(), magnetometer=(), gyroscope=(), speaker=(self), vibrate=(), fullscreen=(self), interest-cohort=()