mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Revert "iframe: Do not escape the url"
This reverts commit bd424a7cbdcd4985435449b0106d8ec4d326d1c3. refs #10321
This commit is contained in:
parent
eed1959223
commit
34f4eb9321
@ -1 +1 @@
|
||||
<iframe src="<?= $url ?>" style="height:100%; width:99%;" frameborder="no"></iframe>
|
||||
<iframe src="<?= $this->escape($url) ?>" style="height:100%; width:99%;" frameborder="no"></iframe>
|
||||
|
Loading…
x
Reference in New Issue
Block a user