can't load iframe from https to http

master
Omkar Kulkarni 2016-05-05 22:55:37 -04:00
parent f851c0babb
commit c73f3c0894
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% block content %}
<iframe src="http://webchat.freenode.net?nick=tjctf_player-.....&channels=%23tjctf&prompt=1&uio=MTY9dHJ1ZSYyPXRydWUmOT10cnVlJjExPTI1NiYxMj10cnVl1c" width="647" height="400"></iframe>
<iframe src="https://webchat.freenode.net?nick=tjctf_player-.....&channels=%23tjctf&prompt=1&uio=MTY9dHJ1ZSYyPXRydWUmOT10cnVlJjExPTI1NiYxMj10cnVl1c" width="647" height="400"></iframe>
{% endblock %}