Browse Source

Switch to https on iframe creation

j8
Aaron Ogle 9 years ago
parent
commit
f883199f4f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      external_api.js

+ 1
- 1
external_api.js View File

50
         if(height)
50
         if(height)
51
             this.iframeHolder.style.height = height + "px";
51
             this.iframeHolder.style.height = height + "px";
52
         this.frameName = "jitsiConferenceFrame" + JitsiMeetExternalAPI.id;
52
         this.frameName = "jitsiConferenceFrame" + JitsiMeetExternalAPI.id;
53
-        this.url = "//" + domain + "/";
53
+        this.url = "https://" + domain + "/";
54
         if(room_name)
54
         if(room_name)
55
             this.url += room_name;
55
             this.url += room_name;
56
         this.url += "#external=true";
56
         this.url += "#external=true";

Loading…
Cancel
Save