We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
X-Frame-Options
1 parent 5d888c2 commit eb32c6eCopy full SHA for eb32c6e
pkg/api/routes_root.go
@@ -53,7 +53,6 @@ func (rr rootRoutes) app(w http.ResponseWriter, r *http.Request) {
53
w.Header().Add("Content-Security-Policy", csp)
54
}
55
w.Header().Add("Strict-Transport-Security", "max-age=31536000; includeSubDomains")
56
- w.Header().Add("X-Frame-Options", "SAMEORIGIN")
57
w.Header().Add("X-Content-Type-Options", "nosniff")
58
w.Header().Add("Referrer-Policy", "same-origin")
59
w.Header().Add("Permissions-Policy", "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()")
0 commit comments