Skip to content

Commit

Permalink
chore: added permissive connect-src to csp
Browse files Browse the repository at this point in the history
  • Loading branch information
yanlow committed Jul 23, 2024
1 parent 13adf7e commit e9f1b59
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,2 +1,2 @@
X-Frame-Options: DENY
Content-Security-Policy: default-src *.sepolia.org *.polygon.technology dns.google cloudflare-dns.com; frame-ancestors 'none';
Content-Security-Policy: default-src 'self' *.sepolia.org *.polygon.technology dns.google cloudflare-dns.com; frame-ancestors 'self' 'none'; connect-src 'self' *;

0 comments on commit e9f1b59

Please sign in to comment.