Skip to content

Commit

Permalink
fix: update csp
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed Jul 26, 2024
1 parent a0b94b0 commit 1f8ac3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
[headers.values]
X-Content-Type-Options = "nosniff"
Strict-Transport-Security = "max-age=31536000; includeSubDomains"
Content-Security-Policy = "img-src 'self'; frame-ancestors 'self';"
Content-Security-Policy = "img-src 'self'; frame-ancestors 'self'; object-src 'none';"

0 comments on commit 1f8ac3a

Please sign in to comment.