Skip to content

Commit 7d7504f

Browse files
authored
Add a netlify configuration file (#472)
1 parent 0c3f0fb commit 7d7504f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

netlify.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[[headers]]
2+
for = "/*"
3+
[headers.values]
4+
cross-origin-embedder-policy = "require-corp"
5+
cross-origin-opener-policy = "same-origin"
6+
X-Frame-Options = "SAMEORIGIN"
7+
x-content-type-options = "nosniff"

0 commit comments

Comments
 (0)