We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e4343 commit 986b959Copy full SHA for 986b959
1 file changed
server/utils/readme.ts
@@ -21,7 +21,7 @@ const ALLOWED_TAGS = [
21
const ALLOWED_ATTR: Record<string, string[]> = {
22
a: ['href', 'title', 'target', 'rel'],
23
img: ['src', 'alt', 'title', 'width', 'height'],
24
- source: ['src', 'type', 'media'],
+ source: ['src', 'srcset', 'type', 'media'],
25
th: ['colspan', 'rowspan', 'align'],
26
td: ['colspan', 'rowspan', 'align'],
27
h3: ['id', 'data-level'],
0 commit comments