From c78b28d219b019cdc9713b24ae42b226bfad2bb7 Mon Sep 17 00:00:00 2001 From: L-M-H Date: Sat, 13 Mar 2021 21:08:57 +0100 Subject: [PATCH] Update 010-headers.conf Changed from Feature-Policy to the new naming and buildup in Permissions-Policy --- nginx/010-headers.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/010-headers.conf b/nginx/010-headers.conf index ec9153bb..ac70938c 100644 --- a/nginx/010-headers.conf +++ b/nginx/010-headers.conf @@ -8,4 +8,4 @@ add_header Alt-Svc 'h2="privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd add_header Onion-Location http://www.privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion$request_uri always; add_header Expect-CT 'max-age=86400, enforce'; add_header Referrer-Policy "strict-origin"; -add_header 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;payment none;"; +add_header Permissions-Policy "accelerometer=(),ambient-light-sensor=(),geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()"; -- 2.40.1