Skip to content

Commit

Permalink
docs(infra): Add X-frame to headers (#212)
Browse files Browse the repository at this point in the history
Resolves issue #211
  • Loading branch information
aimeeu committed Jul 21, 2022
1 parent 6095151 commit 1e533fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions netlify.toml
Expand Up @@ -156,3 +156,10 @@ HUGO_ENABLEGITINFO = "true"
status = 301
force = false


# headers https://docs.netlify.com/routing/headers/#syntax-for-the-headers-file
# https://cloud-armory.slack.com/archives/CH4RVCCTS/p1608572781420500
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "SAMEORIGIN"

0 comments on commit 1e533fc

Please sign in to comment.