func github.com/google/safehtml/internal/safehtmlutil.URLContainsDoubleDotSegment

3 uses

	github.com/google/safehtml/internal/safehtmlutil (current package)
		safehtmlutil.go#L45: func URLContainsDoubleDotSegment(url string) bool {

	github.com/google/safehtml
		trustedresourceurl.go#L140: 		if safehtmlutil.URLContainsDoubleDotSegment(argVal) {

	github.com/google/safehtml/template
		url.go#L116: 	if safehtmlutil.URLContainsDoubleDotSegment(input) {