mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
javascript.md: Add srcset in sanitizer docs (#30007)
This commit is contained in:
@@ -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: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user