Skip to content

Commit

Permalink
Add _headers file
Browse files Browse the repository at this point in the history
  • Loading branch information
jshufro committed Dec 5, 2023
1 parent 7ff181d commit 7429d79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/_headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Referrer-Policy: no-referrer
X-content-Type-Options: nosniff
Permissions-Policy: microphone=(), camera=(), accelerometer=(), autoplay=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(self), usb=(), xr-spatial-tracking=()
X-XSS-Protection: 1; mode=block
Content-Security-Policy: default-src 'none'; script-src 'self' https://cdn.jsdelivr.net; img-src 'self' data: https://explorer-api.walletconnect.com; style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net; font-src 'self'; manifest-src 'self'; connect-src 'self' wss://*.walletconnect.com https://*.walletconnect.com https://api.rescuenode.com; frame-ancestors 'self'; base-uri 'none'; form-action 'self'; upgrade-insecure-requests; report-uri https://rescuenode.com/csp-report; frame-src https://verify.walletconnect.com https://verify.walletconnect.org;
X-Robots-Tag: noindex

0 comments on commit 7429d79

Please sign in to comment.