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 0cc9071 commit b8530b6Copy full SHA for b8530b6
src/serverHandler/asset.go
@@ -8,7 +8,5 @@ func (h *handler) asset(w http.ResponseWriter, r *http.Request, assetPath string
8
header := w.Header()
9
header.Set("X-Content-Type-Options", "nosniff")
10
header.Set("Cache-Control", "public, max-age=3600")
11
- if needResponseBody(r.Method) {
12
- h.theme.RenderAsset(w, r, assetPath)
13
- }
+ h.theme.RenderAsset(w, r, assetPath)
14
}
0 commit comments