Skip to content

Commit

Permalink
fix: update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
superical committed Jun 21, 2024
1 parent e0945ec commit 1df4b35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
for = "/*"
[headers.values]
X-Content-Type-Options = "nosniff"
X-XSS-Protection = "1; mode=block"
Strict-Transport-Security = "max-age=31536000; includeSubDomains"
Content-Security-Policy = "default-src 'none'; script-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self'; frame-ancestors 'self'; form-action 'self'"

0 comments on commit 1df4b35

Please sign in to comment.