Skip to content

Commit

Permalink
fix(site): set X-Frame-Options in netlify config
Browse files Browse the repository at this point in the history
  • Loading branch information
brentswisher committed Jul 19, 2024
1 parent 5fc4213 commit 0f886b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"
X-Frame-Options = "SAMEORIGIN"

[build]
ignore = "bash ./build-ignore.sh"

0 comments on commit 0f886b3

Please sign in to comment.