Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download Image in https in Firefox latest broken #5504

Closed
josephzidell opened this issue Jul 18, 2016 · 3 comments
Closed

Download Image in https in Firefox latest broken #5504

josephzidell opened this issue Jul 18, 2016 · 3 comments
Assignees

Comments

@josephzidell
Copy link

When using https, the download image functionality isn't working. https://jsfiddle.net/highcharts/llexl/

Expected behaviour

The image or pdf downloads.

Actual behaviour

In my application, using v3.0.9, we're getting a Security Warning http://imgur.com/qCCnzEs
Using your standard jsFiddle with the latest master, nothing happens.

Live demo with steps to reproduce

Affected browser(s)

Firefox 47.0.1 Windows 10

My fix

My proposed fix is to change url:"http://export.highcharts.com/" to url:"//export.highcharts.com/" in js/modules/exporting.js

@jon-a-nygaard
Copy link
Contributor

@josephzidell Thanks for reporting. While waiting for the maintenance release, which will contain a fix for this issue, you can set the option exporting.url to your desired url, like in this example

@josephzidell
Copy link
Author

Thanks for the quick response. We'll use the workaround for now.

@jon-a-nygaard
Copy link
Contributor

Reopening the issue, since the fix has not yet been merged into the master branch. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants