newline for csp violations
This commit is contained in:
parent
9f878bffde
commit
e79a05b983
1 changed files with 1 additions and 0 deletions
1
web.go
1
web.go
|
@ -2548,6 +2548,7 @@ func fiveoh(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
defer fd.Close()
|
||||
io.Copy(fd, r.Body)
|
||||
fd.WriteString("\n")
|
||||
}
|
||||
|
||||
var endoftheworld = make(chan bool)
|
||||
|
|
Loading…
Reference in a new issue