github.com/microcosm-cc/bluemonday.Policy.AllowURLSchemes (method)

2 uses

	github.com/microcosm-cc/bluemonday (current package)
		helpers.go#L136: 	p.AllowURLSchemes("mailto", "http", "https")
		policy.go#L352: func (p *Policy) AllowURLSchemes(schemes ...string) *Policy {