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

4 uses

	github.com/google/safehtml/internal/safehtmlutil (current package)
		safehtmlutil.go#L33: func IsSafeTrustedResourceURLPrefix(prefix string) bool {

	github.com/google/safehtml
		trustedresourceurl.go#L126: 	if !safehtmlutil.IsSafeTrustedResourceURLPrefix(format) {
		trustedresourceurl.go#L184: 	if !safehtmlutil.IsSafeTrustedResourceURLPrefix(t.str) {

	github.com/google/safehtml/template
		url.go#L73: 	if !safehtmlutil.IsSafeTrustedResourceURLPrefix(decoded) {