Put iframe in a sandbox

This commit is contained in:
Alexandre Iooss 2020-09-29 17:47:36 +02:00
parent 95f4b81f01
commit c49b5eeb2b
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<!-- Chat -->
<div class="col-chat" id="sideWidget">
<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>