Skip to content

Commit

Permalink
updated security headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamsek-m authored Dec 16, 2024
1 parent b287038 commit 74a50e8
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 @@ -4,6 +4,6 @@
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data:; font-src 'self' data: https://fonts.gstatic.com; object-src 'none'; frame-ancestors 'none'; connect-src 'self' https://www.google-analytics.com"
Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-inline' https://www.google-analytics.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data:; font-src 'self' data: https://fonts.gstatic.com; object-src 'none'; frame-ancestors 'none'; connect-src 'self' https://www.google-analytics.com"
Strict-Transport-Security = "max-age=31536000; includeSubDomains;"
X-Content-Type-Options = "nosniff"

0 comments on commit 74a50e8

Please sign in to comment.