#409 closed defect (fixed)
IE is giving unsecure errors loading dojo.js using https schema
Reported by: | anonymous | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Macromedia site references http schemas when writing StoragePovider? into document. Changing these references to https removes these errors.
if(dojo.render.html.ie){
storeParts.push('<object'); storeParts.push(' style="border: 1px solid black;"'); storeParts.push(' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'); storeParts.push(' codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"'); storeParts.push(' width="215" height="138" id="dojoStorage">'); storeParts.push(' <param name="movie" value="'+swfloc+'">'); storeParts.push(' <param name="quality" value="high">'); storeParts.push('</object>');
}else{
storeParts.push('<embed src="'+swfloc+'" width="215" height="138" '); storeParts.push(' quality="high" '); storeParts.push(' pluginspage="https://www.macromedia.com/go/getflashplayer" '); storeParts.push(' type="application/x-shockwave-flash" '); storeParts.push(' name="dojoStorage">'); storeParts.push('</embed>');
} storeParts.push('</div>'); document.write(storeParts.join(""));
Change History (6)
comment:1 Changed 16 years ago by
Milestone: | → 0.6 |
---|
comment:2 Changed 16 years ago by
Milestone: | 0.6 → 0.4 |
---|---|
Owner: | changed from anonymous to Brad Neuberg |
comment:3 Changed 16 years ago by
Owner: | changed from Brad Neuberg to dylan |
---|---|
Status: | new → assigned |
comment:4 Changed 16 years ago by
severity: | normal → blocker |
---|
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
fixed in [6221]