v0.2.1
FIXED: * Better request tracking through flow ADDED: * Cross-check detection
This commit is contained in:
@@ -2,9 +2,9 @@ package server
|
||||
|
||||
import (
|
||||
`fmt`
|
||||
`html/template`
|
||||
`net/netip`
|
||||
`strings`
|
||||
`html/template`
|
||||
)
|
||||
|
||||
func getIpver(a netip.Addr) (verStr string) {
|
||||
@@ -33,6 +33,6 @@ func getTitle(subPage string) (title string) {
|
||||
func safeUrl(urlStr string) (u template.URL) {
|
||||
|
||||
u = template.URL(urlStr)
|
||||
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user