@ -36,5 +36,3 @@ func ContentSecurityPolicy(o CSPOptions) func(http.Handler) http.Handler {
}
return fn
// vim:set ts=8 sw=8 noet:
@ -34,5 +34,3 @@ func TestContentSecurityPolicy(t *testing.T) {
@ -94,5 +94,3 @@ func fileTorrentHandler(c web.C, w http.ResponseWriter, r *http.Request) {
w.Header().Set(`Content-Disposition`, fmt.Sprintf(`attachment; filename="%s.torrent"`, fileName))
http.ServeContent(w, r, "", time.Now(), bytes.NewReader(encoded))
@ -58,5 +58,3 @@ func TestCreateTorrentWithImage(t *testing.T) {
t.Fatal("Torrent pieces did not match expected pieces for image")