all repos — honk @ 9c2d2289ff615b4b08a39c88b72b6cfc4863860a

my fork of honk

i guess this should be nosniff?
Ted Unangst tedu@tedunangst.com
Wed, 17 Apr 2019 12:32:50 -0400
commit

9c2d2289ff615b4b08a39c88b72b6cfc4863860a

parent

d02754b1f8525fb1796d3b3206990939b39bce0c

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M honk.gohonk.go

@@ -957,6 +957,7 @@ http.NotFound(w, r)

return } w.Header().Set("Content-Type", media) + w.Header().Set("X-Content-Type-Options", "nosniff") w.Header().Set("Cache-Control", "max-age="+somedays()) w.Write(data) }