mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
javascript.md: Add srcset
in sanitizer docs (#30007)
This commit is contained in:
parent
411922b14d
commit
f737c73a27
@ -167,7 +167,7 @@ var DefaultWhitelist = {
|
|||||||
h5: [],
|
h5: [],
|
||||||
h6: [],
|
h6: [],
|
||||||
i: [],
|
i: [],
|
||||||
img: ['src', 'alt', 'title', 'width', 'height'],
|
img: ['src', 'srcset', 'alt', 'title', 'width', 'height'],
|
||||||
li: [],
|
li: [],
|
||||||
ol: [],
|
ol: [],
|
||||||
p: [],
|
p: [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user