[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: allow srcset in readme picture sources (#9)

authored by

Azat S. and committed by
GitHub
e3beb75e 71e43438

+1 -1
+1 -1
server/utils/readme.ts
··· 21 21 const ALLOWED_ATTR: Record<string, string[]> = { 22 22 a: ['href', 'title', 'target', 'rel'], 23 23 img: ['src', 'alt', 'title', 'width', 'height'], 24 - source: ['src', 'type', 'media'], 24 + source: ['src', 'srcset', 'type', 'media'], 25 25 th: ['colspan', 'rowspan', 'align'], 26 26 td: ['colspan', 'rowspan', 'align'], 27 27 h3: ['id', 'data-level'],