Opened 16 years ago
Closed 16 years ago
#78 closed defect (fixed)
Problem with fusion loading under https
Reported by: | assefa | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 1.1 |
Component: | Widgets | Version: | 1.0.6 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
fusion main lib should check for 'https' and not only for http when looking for fusion url.
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Status: | new → assigned |
---|
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Here is the fix for this tested against 1.0.6
changes to make in fusion.js
line 314 should be
this.fusionURL.indexOf("https://")<0) {
line 337 should be
0)) && !(this.bForceRedirect)) {