-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support for redirected images #5
Comments
Why this jsFiddle is working with not same origin images? |
It isn't. "Uncaught SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasElement': tainted canvases may not be exported." |
It works without errors at the first time, after opening the console and refresh full page doesn't work... strange. |
If the image isn't in cache, it won't be drawn and as such the |
I've solved the issue using
|
Sorry, wrong repo!!!!! 💃 :S |
Example, show Facebook profile images:
https://graph.facebook.com/1415773021975267/picture
becomes:
https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash1/276836_1415773021975267_370639944_q.jpg
I'm looking at this, but hopefully I will use a hack in my code... Anyone had the same issue?
The text was updated successfully, but these errors were encountered: