Versions in this module Expand all Collapse all v5 v5.0.1 Jul 28, 2026 Changes in this version + func Sanitize(parseHTML string, parseOptions ...Policy) string + type Policy struct + AllowedAttributes map[string]bool + AllowedTags map[string]bool + AllowedURLSchemes map[string]bool + func DefaultPolicy() Policy + func (parsePolicy Policy) Sanitize(parseHTML string) string Other modules containing this package github.com/monstercameron/GoWebComponents/v4