Project

General

Profile

Actions

Bug #95903

closed

iFrame is escaped in output since version 10.4.18?

Added by René Höhle over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2021-11-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
iframe frontend
Complexity:
medium
Is Regression:
Sprint Focus:

Description

Since the version 10.4.18 i can't output an iframe anymore.

All iFrames are escaped in the output since some of the last version.

<p>&lt;iframe allowfullscreen frameborder="0" height="360" src="https://www.youtube.com/embed/fUEHlY8" width="640"&gt;&lt;/iframe&gt;</p>

So i have checked now a lot of solutions and documentations and nothing is working anymore.

In the TSConfig i have tested now the following solution (and some other) but the output is still escaped. In the RTE i can see the video. In the Editor it's solved and shown with a surrounded p tag.

RTE.default.proc {
  allowTags := addToList(object,param,embed,iframe)
  allowTagsOutside := addToList(object,embed,iframe)
  entryHTMLparser_db.allowTags < .allowTags
}

We have some different sites with the same code and structure and in all pages the same problem appears and the iframe and youtube video is not shown and visible as text.


Related issues 1 (1 open0 closed)

Is duplicate of TYPO3 Core - Bug #94917: styles.content.allowTags not working, renderd iframe as &lt;iframe&gt;Needs Feedback2021-08-17

Actions
Actions #1

Updated by Oliver Hader over 2 years ago

  • Related to Bug #94917: styles.content.allowTags not working, renderd iframe as &lt;iframe&gt; added
Actions #2

Updated by Oliver Hader over 2 years ago

  • Related to deleted (Bug #94917: styles.content.allowTags not working, renderd iframe as &lt;iframe&gt;)
Actions #3

Updated by Oliver Hader over 2 years ago

  • Is duplicate of Bug #94917: styles.content.allowTags not working, renderd iframe as &lt;iframe&gt; added
Actions

Also available in: Atom PDF