ramnathv / rCharts

Interactive JS Charts from R
http://rcharts.io
Other
1.19k stars 655 forks source link

https resources may not exist #526

Open yihui opened 10 years ago

yihui commented 10 years ago

This is related to #475. I see the point of using protocol relative URL's, but I think you have to check if the corresponding https links work before converting all http links, e.g. this does not exist: https://d3js.org/d3.v2.min.js

ramnathv commented 10 years ago

Good point. One solution to this problem would be to use CDNs to link to all resources, since there is a higher chance that they serve both http and https. Thanks for bringing this up.