0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

javascript.md: Add srcset in sanitizer docs (#30007)

This commit is contained in:
XhmikosR 2020-01-13 17:49:36 +02:00 committed by GitHub
parent c13ec3ea93
commit 45c2a0c3c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,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: [],