mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-14 01:21:00 +00:00
javascript.md: Add srcset in sanitizer docs (#30007)
This commit is contained in:
parent
c13ec3ea93
commit
45c2a0c3c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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: [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue