Skip to content

Commit

Permalink
feat(sanitize): allow 'allow' iframe attribute (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v authored Apr 6, 2023
1 parent 74a00db commit 70d79b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transform/sanitize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ const htmlAttrs = [
'slot',
'frameborder',
'scrolling',
'allow',
'target',
'data-*',
];
Expand Down

0 comments on commit 70d79b6

Please sign in to comment.