From 14d15bfb98097b1dd340b2d71ee3e5176b631373 Mon Sep 17 00:00:00 2001 From: Daniel Richards Date: Wed, 18 Mar 2020 12:58:33 +0800 Subject: [PATCH] Remove iframe from embedded content elements (#20976) --- .../blocks/src/api/raw-handling/phrasing-content.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/packages/blocks/src/api/raw-handling/phrasing-content.js b/packages/blocks/src/api/raw-handling/phrasing-content.js index 1b56c1a7b10839..f9274af7832f1b 100644 --- a/packages/blocks/src/api/raw-handling/phrasing-content.js +++ b/packages/blocks/src/api/raw-handling/phrasing-content.js @@ -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',