You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Troubleshooting undertaken, and/or other relevant information:
The problem is a part of uBlock origin cosmetic blocking filter: '[id^="ads_"]'
Changing id of <span id="ads_blocked_today" class="">---</span> and <span id="ads_percentage_today" class="">---</span>
to something else would fix issue for any uBlockOrigin users.
I know I can fix it just by turning uBlock Origin off, but it took quite some time for me to realize that is not a pihole UI problem.
The text was updated successfully, but these errors were encountered:
Instead of disabling ublock origin entirely, you can disable cosmetic filtering on a per-site basis, and just disable it on your pi-hole, as a temporary fix until the blocklist is corrected.
This is not a bug with pi-hole, or ublock origin, but as you have pointed out, an overzealous filter entry from one or more filter lists. (It may be good if you could report the false positive to the maintainer of the filter list that contains it, they may be able to add a whitelist entry to work around it).
It may be good if you could report the false positive to the maintainer of the filter list that contains it, they may be able to add a whitelist entry to work around it
You are right, sorry for bothering
In raising this issue, I confirm the following:
{please fill the checkboxes, e.g: [X]}
How familiar are you with the the source code relevant to this issue?:
7
Expected behaviour:
Proper display of statistics on the index page
Actual behaviour:
Queries Blocked and Percent Blocked don't display properly.
Steps to reproduce:
Just view main page with uBlock origin enabled
Debug token provided by uploading
pihole -d
log:No need
Troubleshooting undertaken, and/or other relevant information:
The problem is a part of uBlock origin cosmetic blocking filter: '[id^="ads_"]'
Changing id of
<span id="ads_blocked_today" class="">---</span>
and<span id="ads_percentage_today" class="">---</span>
to something else would fix issue for any uBlockOrigin users.
I know I can fix it just by turning uBlock Origin off, but it took quite some time for me to realize that is not a pihole UI problem.
The text was updated successfully, but these errors were encountered: