Skip to content

Commit

Permalink
Add some headers
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Jul 2, 2024
1 parent 234a044 commit eeccf06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@
from = "/*"
to = "/404/index.html"
status = 404

[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "SAMEORIGIN"
X-XSS-Protection = "0"
X-Content-Type-Options = "nosniff"
Content-Security-Policy = """
default-src 'self';
"""

0 comments on commit eeccf06

Please sign in to comment.