Skip to content

Commit bf72ab2

Browse files
authored
Add X-Frame-Options options. (open-telemetry#7176)
1 parent 99106ba commit bf72ab2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

netlify.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ force = true
1919
for = "/schemas/:version"
2020
[headers.values]
2121
content-type = "application/yaml"
22+
23+
[[headers]]
24+
for = "/*"
25+
[headers.values]
26+
X-Content-Type-Options = "nosniff"
27+
Referrer-Policy = "strict-origin-when-cross-origin"
28+
X-Frame-Options = "SAMEORIGIN"
29+
Content-Security-Policy = "frame-ancestors 'self';"

0 commit comments

Comments
 (0)