nytimes / svg-crowbar

Extracts an SVG node and accompanying styles from an HTML document and allows you to download it all as an SVG file.
https://nytimes.github.io/svg-crowbar/
MIT License
840 stars 152 forks source link

Loading the d3 in https gets blocked #6

Closed riston closed 10 years ago

riston commented 10 years ago

I am sure you already know this issue:

[blocked] The page at 'https://*' was loaded over HTTPS, but ran insecure content from 'http://d3js.org/d3.v3.min.js': this content should also be loaded over HTTPS.

mbostock commented 10 years ago

It would be nice if GitHub pages supported HTTPS. But at any rate Crowbar could use CDNJS instead of d3js.org which does.

mbostock commented 10 years ago

Fixed in f4a58619f98bb8835f69e6c88f39570c144a112d using CDNJS.