type github.com/google/safehtml/template.sanitizationContext
14 uses
github.com/google/safehtml/template (current package)
sanitize.go#L65: var sc0 sanitizationContext
sanitize.go#L148: func sanitizationContextForAttrVal(element, attr, linkRel string) (sanitizationContext, error) {
sanitize.go#L211: var sc0 sanitizationContext
sanitize.go#L214: var sc sanitizationContext
sanitize.go#L242: func sanitizationContextForElementContent(element string) (sanitizationContext, error) {
sanitizers.go#L19: type sanitizationContext uint8
sanitizers.go#L42: func (s sanitizationContext) String() string {
sanitizers.go#L51: func (s sanitizationContext) sanitizerName() string {
sanitizers.go#L59: func (s sanitizationContext) isEnum() bool {
sanitizers.go#L64: func (s sanitizationContext) isURLorTrustedResourceURL() bool {
sanitizers.go#L163: var elementSpecificAttrValSanitizationContext = map[string]map[string]sanitizationContext{
sanitizers.go#L266: var globalAttrValSanitizationContext = map[string]sanitizationContext{
sanitizers.go#L371: var elementContentSanitizationContext = map[string]sanitizationContext{
url.go#L19: var urlPrefixValidators = map[sanitizationContext]func(string) error{
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |