Skip to content

Commit 70d79b6

Browse files
authored
feat(sanitize): allow 'allow' iframe attribute (#214)
1 parent 74a00db commit 70d79b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transform/sanitize.ts

+1
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ const htmlAttrs = [
277277
'slot',
278278
'frameborder',
279279
'scrolling',
280+
'allow',
280281
'target',
281282
'data-*',
282283
];

0 commit comments

Comments
 (0)