newline for csp violations

This commit is contained in:
Ted Unangst 2023-06-21 01:17:22 -04:00
parent 9f878bffde
commit e79a05b983
1 changed files with 1 additions and 0 deletions

1
web.go
View File

@ -2548,6 +2548,7 @@ func fiveoh(w http.ResponseWriter, r *http.Request) {
} }
defer fd.Close() defer fd.Close()
io.Copy(fd, r.Body) io.Copy(fd, r.Body)
fd.WriteString("\n")
} }
var endoftheworld = make(chan bool) var endoftheworld = make(chan bool)