-
Notifications
You must be signed in to change notification settings - Fork 13
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
Tracking Protection blocks downloads #48
Comments
I do not see any problem saving twitter images, whether |
Literally any picture link, with :large, or with :orig. I disabled all my addons, and the problem persists. The URL structure is https://pbs.twimg.com/media/[filename].jpg:orig. Any URL using this will fail consistently. FF72.0.2 on Win10 x64. |
I cannot replicate this using current tab-image-saver v2.5.6 with default addon settings. *.jpg:large or *.jpg:orig images are saved with *.jpg filenames. |
I am using 2.5.6 with default settings (delete/reinstall addon). Immediately, I get a "Failed downloads: 1". I was using this random picture as a test, refreshing all tabs inbetween attempts. https://pbs.twimg.com/media/EQdGtfmWsAM6KwW.jpg:orig What can I do to provide you a log or see any kind of error, or anything I could do to give some sort of report? I'm unable to find what can I do to give any more info on this error. |
@NNBR1 the debug console might have some useful information.
Now run the addon on your image and the output might be something like:
If the GET did not succeed then there may be more information by expanding it down. |
Yes, setting tracking protection to Strict I can get this error. The error returned to the extension appears as general network failure so it can't detect when this issue is the cause of download failures. I will add some info to the extension for users reduce or disable the level of tracking protection. |
Unfortunately it appears Firefox is not planning to provide any solution for this, other extensions are having the same problem: |
Weeeeell. At least the culprit has been found, and if it's up to Firefox to (not) solve, then I guess case closed. In case someone else finds this error, maybe a warning on the configuration page of the addon, like "try disabling tracking protection if some downloads, like Twitter, fail" would be fine, and that's about as much as can be done about it. |
When pictures with the suffix
:large
are opened in separate tabs, the extension doesn't recognize them as pictures. This URL format is used for images uploaded to Twitter and shows them in their original dimensions. Removing the suffix throws out a compressed image with a max. size of 1200pxThe text was updated successfully, but these errors were encountered: