mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 19:42:20 +00:00
Put iframe in a sandbox
This commit is contained in:
parent
95f4b81f01
commit
c49b5eeb2b
@ -30,7 +30,7 @@
|
|||||||
<!-- Chat -->
|
<!-- Chat -->
|
||||||
<div class="col-chat" id="sideWidget">
|
<div class="col-chat" id="sideWidget">
|
||||||
<iframe src="https://irc.crans.org/web/?join=stream_{{.Path}}&nick=viewer&password=&realname=Viewer"
|
<iframe src="https://irc.crans.org/web/?join=stream_{{.Path}}&nick=viewer&password=&realname=Viewer"
|
||||||
title="Chat"></iframe>
|
title="Chat" sandbox="allow-scripts allow-forms allow-same-origin"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user