Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nginx/header.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

server_tokens off;
add_header Referrer-Policy "same-origin";
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;"
add_header Content-Security-Policy "frame-ancestors 'none';";
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options "nosniff";
Expand Down
Loading