cmd/sgblog/http.go | 1 + common.go | 2 +- diff --git a/cmd/sgblog/http.go b/cmd/sgblog/http.go index bd3ae81df673e85100ac7b131d25c33b51cd34a5aa4e7d066bfef475617a55b8..26f2517f59e681f2da2b2cccda537052321ed7c82c0e3b8ee6be392f740233fa 100644 --- a/cmd/sgblog/http.go +++ b/cmd/sgblog/http.go @@ -156,6 +156,7 @@ ) var ( renderableSchemes = map[string]struct{}{ + "finger": {}, "ftp": {}, "gopher": {}, "http": {}, diff --git a/common.go b/common.go index 0a5f96257bfa0aa159e0e701b20c97db486b3ab1e1b2d63396465f429f6e156e..be7014c28a9eea91f1406d81412c5cbfa53eff4bee5dca1959f9ea6e6d63dcf6 100644 --- a/common.go +++ b/common.go @@ -15,7 +15,7 @@ "go.cypherpunks.ru/recfile" ) const ( - Version = "0.18.0" + Version = "0.19.0" WhenFmt = "2006-01-02 15:04:05Z07:00" )