Skip to content

Commit

Permalink
refactor: replace x-frame-options with CSP frame-ancestors
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Jan 18, 2024
1 parent 92f7d3a commit 1cd0c90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/_headers
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/*
X-Frame-Options: DENY
Referrer-Policy: no-referrer
Permissions-Policy: accelerometer=(), autoplay=(self), camera=(), display-capture=(self), fullscreen=(self), geolocation=(self), gyroscope=(self), magnetometer=(self), microphone=(), payment=(), picture-in-picture=(self), sync-xhr=(), usb=()
Content-Security-Policy: default-src 'self'; img-src https://guitos.app https://www.w3.org data:;
Content-Security-Policy: default-src 'self'; img-src https://guitos.app https://www.w3.org data:; frame-ancestors 'none';

https://guitos.pages.dev/*
X-Robots-Tag: noindex

0 comments on commit 1cd0c90

Please sign in to comment.