We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f65c780 + 5871903 commit 7da2a14Copy full SHA for 7da2a14
nginx/header.conf
@@ -1,7 +1,7 @@
1
2
server_tokens off;
3
add_header Referrer-Policy "same-origin";
4
-add_header Feature-Policy "geolocation none;midi none;notifications none;push none;sync-xhr self;microphone none;camera none;magnetometer none;gyroscope none;speaker none;vibrate none;fullscreen self;payment none;";
+add_header Permissions-Policy "geolocation none;midi none;notifications none;push none;sync-xhr self;microphone none;camera none;magnetometer none;gyroscope none;speaker none;vibrate none;fullscreen self;payment none;bluetooth none;display-capture none;usb none;"
5
add_header Content-Security-Policy "frame-ancestors 'none';";
6
add_header X-Frame-Options DENY;
7
add_header X-Content-Type-Options "nosniff";
0 commit comments