-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[Chrome] Image download fails with "Failed - Blocked" with no-large-media enabled with small max size #2813
Comments
Sorry, misread the whole thing. At step 3 the image loads fine because the browser is downloading the image as a "document" (in its own tab). At step 4, the download fails because the browser is downloading the image as an "image". Also, there is no way for uBO to know that the image was downloaded as a result of "Save as". Solution: right-click over the page, and select "Temporarily allow large media elements" before downloading the image. |
I am investigating what could be done (if possible at all) at step 4 to prevent the large-media-elements blocking code from interfering when the document in the current tab is itself a media element. |
Related issues: - uBlockOrigin/uBlock-issues#1201 - uBlockOrigin/uBlock-issues#3184 Top-level media resources are not meant to be blocked, see: #2813 (comment)
Related issues: - uBlockOrigin/uBlock-issues#1201 - uBlockOrigin/uBlock-issues#3184 Top-level media resources are not meant to be blocked, see: #2813 (comment)
Describe the issue
When no-large-media is enabled, attempting to download an image with a filesize greater then the max size specified in uBlock fails with a "Failed - Blocked" error. uBlock DOES NOT block the image when accessed directly, only if you attempt to download it.
This only appears to happen in Chrome, as I don't recall this happening in Firefox.
One or more specific URLs where the issue occurs
Any image with a filesize greater than the max size works.
Example: https://konachan.net/post/show/232141/
Steps for anyone to reproduce the issue
For the example image above:
Your settings
Your filter lists
Everything but experimental, unbreak, AAK, EasyList w/o elem, uBlock protector, merged ultimate, and regionals.
The text was updated successfully, but these errors were encountered: