Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit e7cea2c

Browse files
authored
Update 010-headers.conf (#2231)
Changed from Feature-Policy to the new naming and buildup in Permissions-Policy
1 parent dda163a commit e7cea2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/010-headers.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ add_header Alt-Svc 'h2="privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd
88
add_header Onion-Location http://www.privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion$request_uri always;
99
add_header Expect-CT 'max-age=86400, enforce';
1010
add_header Referrer-Policy "strict-origin";
11-
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;";
11+
add_header Permissions-Policy "accelerometer=(),ambient-light-sensor=(),geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()";

0 commit comments

Comments
 (0)