-
Notifications
You must be signed in to change notification settings - Fork 85
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
Use +/- in the popup to indicate whether 3-p frames were blocked #210
Comments
Are you posting this as a suggestion ? |
Yes. |
This suggestion is not valid for how the firewall panel has always worked. The first 7 rows -- |
Thought about this a bit more today, and if this suggestion were to be added it should be a new Advanced setting to enable it (default off). If enabled, it should add +/- counts to all 5 request type rows: image, inline-script, 1p-script, 3p-script, and 3p-frame. It would be silly to just show 3p-frame count. But I still don't think it's a good idea to add this at all. Advanced users need to learn how to use the Logger effectively. It's an essential aspect of a default-deny rule strategy. |
I meant to have this originally. The only reason I did not implement it was to avoid overhead and making the code more complicated (because of gorhill/uBlock#2053). |
Related issue: - uBlockOrigin/uBlock-issues#210 Additionally, a small (experimental) widget has been added to emphasize/de-emphasize rows which have 3rd-party scripts/frames, so as to more easily identify which rows are "affected" by 3rd-party scripts and/or frames. Tooltip localization for the new widget is not available yet as I want wait for the feature to be fully settled.
For now the mini-filtering widget on 3rd-party scripts/frames cells will allow to emphasize rows which have 3rd-party scripts and/or frames. Somewhat related issue: - uBlockOrigin/uBlock-issues#210
Prerequisites
Description
The firewall section of the popup currently uses
+
and-
to gives users a rough idea of how many requests were blocked/allowed. This makes it easy to create new rules.I recently started using
* * 3p-frame block
but have found it a bit more time-consuming to unbreak websites because the popup doesn't tell me if any frames were blocked. The full logger needs to be opened and the page reloaded to determine if any frames were blocked.A specific URL where the issue occurs
Any url with an iframe would do, such as this one: https://patrickhlauke.github.io/recaptcha/.
Steps to Reproduce
* * 3p-frame block
Expected behavior:
Use +/- in the
3rd-party frames
row to give a quick overview.Actual behavior:
No +/- in the
3rd-party frames
row.Your environment
The text was updated successfully, but these errors were encountered: