-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Blocking functionality on www.wsj.com #2286
Comments
Can't reproduce issue on Version 0.59.2 Chromium: 71.0.3578.80 (Official Build) dev (64-bit) for Ubuntu 18.04. Have shields up and the print button still works as expected. |
I tested several links and sometimes it works. See here: does not work: The spinner on these pages does not stop and pages seem to have trouble loading fully.
|
I noticed that the issue has been closed. Is there no intention to fix it? The problem still persists with shields up. |
The missing print dialog is just a symptom of the page not being able to finish loading fully (just like @Northshoot said). Why that happens is related to how we treat the blocking of Google's IMA library (as also encountered in #2931): when it is 307 redirected to an empty data url, the site thinks it should be there, but since it isn't, it retries in an endless loop. If we modify the 307 response to actual blocking, the loop stops, and the corresponding video (and the site) loads. As a temporary workaround, one can set up a DevTools-based blocking by
|
Verified passed with
Verification passed on
Verification passed on
|
Description
The printing functionality does not work with shields up.
Steps to Reproduce
Actual result:
Noting happens
Expected result:
Print dialog opens
Reproduces how often:
Every time
Brave version (brave://version info)
Reproducible on current release:
I am on dev
Website problems only:
disabling Brave Shields resolve the issue
Works in Chome
Additional Information
should not block printing functionality.
The text was updated successfully, but these errors were encountered: