all repos — honk @ c617a17cf9533832487a08802bf407774b139598

my fork of honk

newline for csp violations
Ted Unangst tedu@tedunangst.com
Wed, 21 Jun 2023 01:17:22 -0400
commit

c617a17cf9533832487a08802bf407774b139598

parent

a4a544d24ae5d125c4f6578f103cbccfbdcfacce

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

jump to
M web.goweb.go

@@ -2548,6 +2548,7 @@ return

} defer fd.Close() io.Copy(fd, r.Body) + fd.WriteString("\n") } var endoftheworld = make(chan bool)