Quartz / Chartbuilder

A front-end charting application that facilitates easy creation of simple beautiful charts
http://quartz.github.io/Chartbuilder
MIT License
2.1k stars 354 forks source link

SecurityError on image download in latest FireFox #192

Closed mhkeller closed 8 years ago

mhkeller commented 8 years ago

I'm getting SecurityError: The operation is insecure. when i try and download the chart image in FireFox 41.0.1. This is true in both the latest version when I host it locally and in the hosted version at http://quartz.github.io/Chartbuilder/build/

chartbuilder

yanofsky commented 8 years ago

hmmm, is it possible you have a plugin that would interfere or manipulate the SVG > Canvas > Image flow? I just tried on FF 41.0.1 and couldn't replicate

mhkeller commented 8 years ago

Hmm so I had turned off Privacy Badger but even in a deactivated state, it seems to be the culprit, which is super weird. Good to know for the future