save-in icon indicating copy to clipboard operation
save-in copied to clipboard

object saving routine is unable to save the object protected by recaptcha

Open drook opened this issue 7 years ago • 1 comments

Object saving routine works differently than "save as", thus isn't always able to save the object. For instance, when an object is protected by "I'm not a robot" recaptcha procedure, after proving that I'm able to distinguish the pictures, "Save as" dialog is able to save objects from a page. But this addon seems to redownload the object, thus getting 403 from web-server (addon shows SERVER_FORBIDDEN error).

drook avatar May 28 '18 14:05 drook

I'm not too sure what's the case here, but Firefox is not able to use the browser's built-in download system until it implements downloads.onDeterminingFilename.

If on Firefox, you can try checking the "Enable fetching via content script" and see if it helps.

gyng avatar May 30 '18 05:05 gyng