var github.com/google/safehtml/internal/safehtmlutil.urlDoubleDotSegmentPattern

2 uses

	github.com/google/safehtml/internal/safehtmlutil (current package)
		safehtmlutil.go#L46: 	return urlDoubleDotSegmentPattern.MatchString(url)
		safehtmlutil.go#L49: var urlDoubleDotSegmentPattern = regexp.MustCompile(`(?i)(?:\.|%2e)(?:\.|%2e)`)