github.com/microcosm-cc/bluemonday.Policy.allowURLSchemes (field)
5 uses
github.com/microcosm-cc/bluemonday (current package)
policy.go#L85: allowURLSchemes map[string]urlPolicy
policy.go#L121: p.allowURLSchemes = make(map[string]urlPolicy)
policy.go#L361: p.allowURLSchemes[scheme] = nil
policy.go#L382: p.allowURLSchemes[scheme] = urlPolicy
sanitize.go#L530: urlPolicy, ok := p.allowURLSchemes[u.Scheme]
![]() |
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. |