Skip to content

Commit

Permalink
Remove fullscreen and web-share headers from default Permission-Polic…
Browse files Browse the repository at this point in the history
…y header
  • Loading branch information
medanthelinium committed Aug 29, 2024
1 parent 1a9c691 commit 3741166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nginx_security_headers_default:
value: "SAMEORIGIN"
always: yes
- header: "Permissions-Policy"
value: "camera=(self), display-capture=(self), fullscreen=(self), geolocation=(self), microphone=(self), web-share=(self)"
value: "camera=(self), display-capture=(self), geolocation=(self), microphone=(self)"
always: yes
- header: "X-Content-Type-Options"
value: "nosniff"
Expand Down

0 comments on commit 3741166

Please sign in to comment.