gyng / save-in

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

Firefox download issues #143

Open gyng opened 4 years ago

gyng commented 4 years ago

Firefox is missing support for chrome.downloads.onDeterminingFilename. To work around this in Firefox, save-in performs separate requests to

Because downloading the file is a separate request, servers can choose to reject it. Sometimes it's due to the server checking cookies or checking the Referer.

If your download works in Chrome and not in Firefox, it's very likely that this is the cause.

The implementation of this API is tracked on Bugzilla: Implement chrome.downloads.onDeterminingFilename