Skip to content

Commit

Permalink
Add a netlify configuration file (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienw authored Jan 22, 2025
1 parent 0c3f0fb commit 7d7504f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[[headers]]
for = "/*"
[headers.values]
cross-origin-embedder-policy = "require-corp"
cross-origin-opener-policy = "same-origin"
X-Frame-Options = "SAMEORIGIN"
x-content-type-options = "nosniff"

0 comments on commit 7d7504f

Please sign in to comment.