We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5858a1 commit 5a3e779Copy full SHA for 5a3e779
samples/webrtc/index.html
@@ -260,5 +260,11 @@ <h4>Call from <strong class="j-ic_initiator"></strong></h4>
260
<script src="config.js"></script>
261
<script src="js/msgBoard.js"></script>
262
<script src="js/app.js"></script>
263
+
264
+ <script type="text/javascript">
265
+ var host = "quickblox.github.io";
266
+ if ((host == window.location.host) && (window.location.protocol != "https:"))
267
+ window.location.protocol = "https";
268
+ </script>
269
</body>
270
</html>
0 commit comments