d3 / d3-interpolate

Interpolate numbers, colors, strings, arrays, objects, whatever!
https://d3js.org/d3-interpolate
ISC License
494 stars 70 forks source link

Images in readme not loading? #47

Closed tjrileywisc closed 6 years ago

tjrileywisc commented 6 years ago

Might be a temporary github issue, but I'm not seeing any of the images here. Dev console shows something like this over and over:

Refused to load the image 'https://raw.githubusercontent.com/d3/d3-interpolate/master/img/hsl.png' because it violates the following Content Security Policy directive: "img-src 'self' data: assets-cdn.github.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com collector.githubapp.com avatars0.githubusercontent.com avatars1.githubusercontent.com avatars2.githubusercontent.com avatars3.githubusercontent.com github-cloud.s3.amazonaws.com".

mbostock commented 6 years ago

GitHub changed their Content-Security-Policy header and broke the images in all the D3 readmes. I’ve sent a request to support to see how they recommend fixing it.

mbostock commented 6 years ago

GitHub has put *.githubusercontent.com back in their Content Security Policy for img-src and all is now well in the world.