Skip to content

Commit

Permalink
Remove content security headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mlapida committed Oct 18, 2022
1 parent 76fd2cb commit 2563994
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/_headers
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Permissions-Policy: camera=(); geolocation=(); microphone=(); payment=(); usb=()
Content-Security-Policy: script-src 'self'; frame-ancestors 'none';
Permissions-Policy: camera=(); geolocation=(); microphone=(); payment=(); usb=()

0 comments on commit 2563994

Please sign in to comment.