all repos — honk @ 171c92443fcb0790fb5f2004d50969a70b604cc0

my fork of honk

link should be noreferrer
Ted Unangst tedu@tedunangst.com
Sun, 28 Jul 2019 22:01:34 -0400
commit

171c92443fcb0790fb5f2004d50969a70b604cc0

parent

d209657ae63d604084b186d602f80ba97e7de694

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

jump to
M honk.gohonk.go

@@ -568,7 +568,7 @@ } else {

honks = gethonksbyhonker(u.UserID, name) } name = html.EscapeString(name) - msg := fmt.Sprintf(`honks by honker: <a href="%s">%s</a>`, name, name) + msg := fmt.Sprintf(`honks by honker: <a href="%s" ref="noreferrer">%s</a>`, name, name) honkpage(w, r, u, nil, honks, template.HTML(msg)) }