peclik/clipboard_image_paste

broken with FF 39

Closed this issue · 5 comments

probably related to #31.
I get the following error in the console when I click "OK"
SecurityError: The operation is insecure.
line 539 which is the following return dst.toDataURL("image/png");

I also found this which might explain the issue: http://stackoverflow.com/questions/29133612/securityerror-the-operation-is-insecure-in-canvas-todataurl

pull #49 fixing it

Duplicate in #64. #49 doesn't fix that.

according to the SO post above the pr #49 may indeed fix this and #64. Has it been tested?

Yes I've tried that without success.