github.com/google/safehtml/template.nameSpace.cspCompatible (field)

4 uses

	github.com/google/safehtml/template (current package)
		escape.go#L582: 	if e.ns.cspCompatible && bytes.Contains(s, []byte("javascript:")) {
		escape.go#L591: 		if e.ns.cspCompatible && strings.HasPrefix(c.attr.name, "on") {
		template.go#L46: 	cspCompatible bool
		template.go#L406: 	t.nameSpace.cspCompatible = true