Skip to content

Commit

Permalink
feat: Update Netlify headers
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFoDy committed Oct 13, 2024
1 parent a23aa61 commit 827e5ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
[[headers]]
for = "/*"
[headers.values]
X-Content-Type-Options = "nosniff"
Content-Security-Policy = """
default-src 'self';
frame-ancestors 'self';
style-src-elem 'self' 'unsafe-inline';
"""
Cross-Origin-Resource-Policy = "same-origin"
Referrer-Policy = "strict-origin-when-cross-origin"
[[headers]]
for = "*.avif"
[headers.values]
Expand Down

0 comments on commit 827e5ec

Please sign in to comment.