PathwayCommons / cpath2

Biological pathway data integration and access platform (Pathway Commons)
http://www.pathwaycommons.org/pc2/
MIT License
6 stars 5 forks source link

datasource icon urls might still use http #282

Closed d2fong closed 6 years ago

d2fong commented 6 years ago

Hi Igor, I think datasource icon urls might still be using http instead of https, is that intended or should they be served over https?

For example, in the cpath2-client code for getting datasources here: https://github.com/PathwayCommons/cpath2-client/blob/master/src/datasources.js#L39

An example url returned in the search app is:

http://pathwaycommons.github.io/cpath2/logos/reactome.png

Thanks, Dylan

IgorRodchenkov commented 6 years ago

Dylan, these particular cases are not so important (easy to fix because logo urls are configured via app's properties file, and also can be manually updated later after PC release.. I can do this..). But yes, we do have so called mixed content problem with most PC services, and that's not trivial - uneasy to fix even if I update links in the source code, etc... That's why we keep both http and https access.

On Sep 13, 2017, at 12:10 PM, Dylan notifications@github.com wrote:

Hi Igor, I think datasource icons might still be using http instead of https, is that intended or should they be served over http?

For example, in the cpath2-client code for getting datasources here: https://github.com/PathwayCommons/cpath2-client/blob/master/src/datasources.js#L39

An example url returned in the search app is:

http://pathwaycommons.github.io/cpath2/logos/reactome.png

Thanks, Dylan

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

d2fong commented 6 years ago

Okay, just checking. Thanks.