Skip to content

Commit

Permalink
[Update] Security headers (#62)
Browse files Browse the repository at this point in the history
* chore: add security headers

* chore: added permissive connect-src to csp
  • Loading branch information
yanlow authored Jul 23, 2024
1 parent 1ab1052 commit 3436bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/_headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
X-Frame-Options: DENY
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 3436bc3

Please sign in to comment.