all repos — honk @ c09ba99a73900b4913e40c3e6b66e45a23154602

my fork of honk

skip weird long tags
Ted Unangst tedu@tedunangst.com
Sun, 13 Oct 2019 02:04:36 -0400
commit

c09ba99a73900b4913e40c3e6b66e45a23154602

parent

7d73b138c39060f91abfb2be645750bb1ea70f7a

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

jump to
M web.goweb.go

@@ -679,6 +679,9 @@ if err != nil {

log.Printf("error scanning ont: %s", err) continue } + if len(o.Name) > 24 { + continue + } o.Name = o.Name[1:] onts = append(onts, o) }