github.com/microcosm-cc/bluemonday.Policy.allowNoAttrs (method)
3 uses
github.com/microcosm-cc/bluemonday (current package)
sanitize.go#L155: if !p.allowNoAttrs(token.Data) {
sanitize.go#L217: if len(token.Attr) == 0 && !p.allowNoAttrs(token.Data) {
sanitize.go#L504: func (p *Policy) allowNoAttrs(elementName string) bool {
![]() |
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. |