Skip to content

Commit

Permalink
fix: content-security-policy
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 31, 2024
1 parent d7c530a commit 404ef7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/_headers
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
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:; frame-ancestors 'none';
Content-Security-Policy: default-src 'self'; img-src https://guitos.app https://www.w3.org data:; frame-ancestors 'none' script-src: 'sha256-rx9EtEVmqxUIzMXrtl4DeG1J3qw+cWA3RniGteNFzho=';

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

0 comments on commit 404ef7d

Please sign in to comment.