diff options
Diffstat (limited to 'vendor')
| -rw-r--r-- | vendor/github.com/microcosm-cc/bluemonday/policy.go | 1 | ||||
| -rw-r--r-- | vendor/modules.txt | 2 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/vendor/github.com/microcosm-cc/bluemonday/policy.go b/vendor/github.com/microcosm-cc/bluemonday/policy.go index 1a5e00ce6..c446fad0f 100644 --- a/vendor/github.com/microcosm-cc/bluemonday/policy.go +++ b/vendor/github.com/microcosm-cc/bluemonday/policy.go @@ -879,6 +879,7 @@ func (p *Policy) addDefaultElementsWithoutAttrs() {  	p.setOfElementsAllowedWithoutAttrs["optgroup"] = struct{}{}  	p.setOfElementsAllowedWithoutAttrs["option"] = struct{}{}  	p.setOfElementsAllowedWithoutAttrs["p"] = struct{}{} +	p.setOfElementsAllowedWithoutAttrs["picture"] = struct{}{}  	p.setOfElementsAllowedWithoutAttrs["pre"] = struct{}{}  	p.setOfElementsAllowedWithoutAttrs["q"] = struct{}{}  	p.setOfElementsAllowedWithoutAttrs["rp"] = struct{}{} diff --git a/vendor/modules.txt b/vendor/modules.txt index 8fe91068b..bee3ceacd 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -319,7 +319,7 @@ github.com/magiconair/properties  # github.com/mattn/go-isatty v0.0.17  ## explicit; go 1.15  github.com/mattn/go-isatty -# github.com/microcosm-cc/bluemonday v1.0.21 +# github.com/microcosm-cc/bluemonday v1.0.22  ## explicit; go 1.19  github.com/microcosm-cc/bluemonday  github.com/microcosm-cc/bluemonday/css  | 
