From 13f1ce40344439368d15f64f5dac05373d5160f3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 10 Feb 2020 08:54:45 -0500 Subject: [PATCH] update Feature-Policy --- static/.htaccess | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/.htaccess b/static/.htaccess index c731c9c0..81be2180 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -8,7 +8,9 @@ report-uri https://danielmicay.report-uri.com/r/d/csp/enforce" Header always set Feature-Policy "accelerometer 'none'; \ ambient-light-sensor 'none'; \ autoplay 'none'; \ +battery 'none'; \ camera 'none'; \ +display-capture 'none'; \ document-domain 'none'; \ encrypted-media 'none'; \ fullscreen 'none'; \ @@ -22,9 +24,8 @@ picture-in-picture 'none'; \ speaker 'none'; \ sync-xhr 'none'; \ usb 'none'; \ -vr 'none'; \ wake-lock 'none'; \ -xr 'none'" +xr-spatial-tracking 'none'" Header set Cache-Control "public, max-age=1800"