mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 19:17:45 +02:00
fix: remove value escaping for form inputs and textareas
This commit is contained in:
parent
9ea5ca3169
commit
bc6dea2f8a
18 changed files with 86 additions and 41 deletions
|
|
@ -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>',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue