Skip to content

Commit

Permalink
Rm push
Browse files Browse the repository at this point in the history
  • Loading branch information
gigxz committed Dec 24, 2024
1 parent 02d44fe commit 0febaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/templates/non_proxy_headers.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ add_header Strict-Transport-Security "max-age=63072000; includeSubdomains;" alwa
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-XSS-Protection "1; mode=block" always;
add_header X-Content-Type-Options "nosniff" always;
add_header Feature-Policy "geolocation 'self'; midi 'none'; push 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; fullscreen 'none'; payment 'none'; usb 'none';";
add_header Feature-Policy "geolocation 'self'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; fullscreen 'none'; payment 'none'; usb 'none';";
add_header Permissions-Policy "geolocation=(self)";

0 comments on commit 0febaf1

Please sign in to comment.