From e6197e8046de99bd91ff0878042d66c8efc16e7b Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 12 Sep 2019 01:19:05 +0530 Subject: [PATCH] Remove unimplemented Feature-Policy flag focus-without-user-activation is still pending adoption by every browser except Chrome and the corresponding w3c issue[1] is still open and active. [1]: https://github.com/w3c/webappsec-feature-policy/issues/273 Signed-off-by: Harsh Shandilya --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 090dc09..4669cfb 100644 --- a/Caddyfile +++ b/Caddyfile @@ -12,7 +12,7 @@ X-XSS-Protection "1; mode=block" X-Content-Type-Options "nosniff" X-Frame-Options "SAMEORIGIN" - Feature-Policy "accelerometer 'none';ambient-light-sensor 'none'; autoplay 'none';camera 'none';encrypted-media 'none';focus-without-user-activation 'none'; geolocation 'none';gyroscope 'none';magnetometer 'none';microphone 'none';midi 'none';payment 'none';picture-in-picture 'none'; speaker 'none';sync-xhr 'none';usb 'none';vr 'none'" + Feature-Policy "accelerometer 'none';ambient-light-sensor 'none'; autoplay 'none';camera 'none';encrypted-media 'none'; geolocation 'none';gyroscope 'none';magnetometer 'none';microphone 'none';midi 'none';payment 'none';picture-in-picture 'none'; speaker 'none';sync-xhr 'none';usb 'none';vr 'none'" Referrer-Policy "no-referrer" } }