Skip to content

Commit

Permalink
javascript.md: Add srcset in sanitizer docs (twbs#30007)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and olsza committed Oct 3, 2020
1 parent 92b2c0a commit 7777083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/4.3/getting-started/javascript.md
Expand Up @@ -184,7 +184,7 @@ var DefaultWhitelist = {
h5: [],
h6: [],
i: [],
img: ['src', 'alt', 'title', 'width', 'height'],
img: ['src', 'srcset', 'alt', 'title', 'width', 'height'],
li: [],
ol: [],
p: [],
Expand Down

0 comments on commit 7777083

Please sign in to comment.