Skip to content

Commit

Permalink
fix: update headers (#932)
Browse files Browse the repository at this point in the history
* fix: update headers
  • Loading branch information
superical authored Jul 22, 2024
1 parent 62d355b commit 41cc165
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 = "img-src 'self'; frame-ancestors 'self';"

0 comments on commit 41cc165

Please sign in to comment.