thechiselgroup / biomixer

BioMixer
http://bio-mixer.appspot.com/
16 stars 13 forks source link

Remove protocol from JQuery URLs #555

Closed jvendetti closed 8 years ago

jvendetti commented 8 years ago

Fix for "Blocked loading mixed active content" errors when users try to access the BioPortal visualization widget over HTTPS, e.g., this URL works:

http://bioportal.bioontology.org/widgets/visualization/?ontology=NCBITAXON&class=http%3A%2F%2Fpurl.bioontology.org%2Fontology%2FNCBITAXON%2F5324

... but this one with https as the protocol displays a blank page:

https://bioportal.bioontology.org/widgets/visualization/?ontology=NCBITAXON&class=http%3A%2F%2Fpurl.bioontology.org%2Fontology%2FNCBITAXON%2F5324

... due to mixed content errors.

everbeek commented 8 years ago

Thanks Jennifer, and sorry again for the delay.