fix: remove value escaping for form inputs and textareas

This commit is contained in:
Yassine Doghri 2022-03-25 14:37:14 +00:00
commit bc6dea2f8a
18 changed files with 86 additions and 41 deletions

View file

@ -235,7 +235,7 @@ class EpisodeController extends BaseController
$oembed->addChild('thumbnail_height', (string) config('Images')->podcastCoverSizes['og']['height']);
$oembed->addChild(
'html',
htmlentities(
htmlspecialchars(
'<iframe src="' .
$this->episode->embed_url .
'" width="100%" height="' . config('Embed')->height . '" frameborder="0" scrolling="no"></iframe>',