var github.com/google/safehtml.safeURLPattern

2 uses

	github.com/google/safehtml (current package)
		url.go#L95: var safeURLPattern = regexp.MustCompile(`^(?:(?:https?|mailto|ftp):|[^:/?#]*(?:[/?#]|$))`)
		url.go#L117: 	if safeURLPattern.MatchString(url) {