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.
1 parent 337ee95 commit c74b568Copy full SHA for c74b568
pkg/assets/handlers.go
@@ -57,6 +57,7 @@ func SecurityHeadersHandler(h http.Handler) http.Handler {
57
w.Header().Set("X-Content-Type-Options", "nosniff")
58
w.Header().Set("X-XSS-Protection", "1; mode=block")
59
w.Header().Set("X-Frame-Options", "DENY")
60
+ w.Header().Set("X-DNS-Prefetch-Control", "off")
61
h.ServeHTTP(w, r)
62
})
63
}
0 commit comments