Skip to content

Commit

Permalink
better CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
phdd committed Jun 7, 2023
1 parent b93725d commit 2a4becb
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 @@ -55,4 +55,4 @@ X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "no-referrer"
# Content-Security-Policy = "script-src 'self' 'unsafe-inline'"
Content-Security-Policy = "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' *.netlify.com unpkg.com ; img-src 'self' blob: data: https:; frame-ancestors 'none'; "

0 comments on commit 2a4becb

Please sign in to comment.