Actions
Bug #95903
closediFrame is escaped in output since version 10.4.18?
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><iframe allowfullscreen frameborder="0" height="360" src="https://www.youtube.com/embed/fUEHlY8" width="640"></iframe></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.
Updated by Oliver Hader about 3 years ago
- Related to Bug #94917: styles.content.allowTags not working, renderd iframe as <iframe> added
Updated by Oliver Hader about 3 years ago
- Related to deleted (Bug #94917: styles.content.allowTags not working, renderd iframe as <iframe>)
Updated by Oliver Hader about 3 years ago
- Is duplicate of Bug #94917: styles.content.allowTags not working, renderd iframe as <iframe> added
Updated by Oliver Hader about 3 years ago
- Status changed from New to Closed
Actions