Skip to content

Commit

Permalink
Add frame options to netlify config (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruioliveira02 authored Jul 29, 2023
1 parent 0173124 commit 6557d94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"

0 comments on commit 6557d94

Please sign in to comment.