Skip to content

Commit

Permalink
Remove iframe from embedded content elements (#20976)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored Mar 18, 2020
1 parent df629a3 commit 14d15bf
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/blocks/src/api/raw-handling/phrasing-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,6 @@ const embeddedContentSchema = {
},
canvas: { attributes: [ 'width', 'height' ] },
embed: { attributes: [ 'src', 'type', 'width', 'height' ] },
iframe: {
attributes: [
'src',
'srcdoc',
'name',
'sandbox',
'seamless',
'width',
'height',
],
},
img: {
attributes: [
'alt',
Expand Down

0 comments on commit 14d15bf

Please sign in to comment.