File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
7
7
< title > QuickBlox JavaScript WebRTC sample</ title >
8
+
9
+ < link rel ="canonical " href ="https://quickblox.github.io/quickblox-javascript-sdk/samples/webrtc " />
8
10
9
11
< link rel ="shortcut icon " href ="https://quickblox.com/favicon.ico ">
10
12
@@ -258,5 +260,11 @@ <h4>Call from <strong class="j-ic_initiator"></strong></h4>
258
260
< script src ="config.js "> </ script >
259
261
< script src ="js/msgBoard.js "> </ script >
260
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 >
261
269
</ body >
262
270
</ html >
You can’t perform that action at this time.
0 commit comments