gyng / save-in

WebExtension for saving media, links, or selections into user-defined directories
MIT License
201 stars 25 forks source link

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

Open drook opened 6 years ago

drook commented 6 years ago

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).

gyng commented 6 years ago

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.