uBlockOrigin / uAssets

Resources for uBlock Origin, uMatrix: static filter lists, ready-to-use rulesets, etc.
GNU General Public License v3.0
3.8k stars 725 forks source link

grafana.ffho.net: nuisance #24372

Closed hlinden closed 4 days ago

hlinden commented 5 days ago

Prerequisites

URL address of the web page

https://grafana.ffho.net/d/000000003/nodes?orgId=1&var-hostname=%20ccc&var-nodeid=f81a67d0d4d7&var-job=All

Category

breakage

Description

This affects any instance of Grafana11 or 12. In our example on a public instance: A post to https://grafana.ffho.net/api/frontend-metrics is blocked. This happens on public instances of Grafana, but also when logged in on private instances.

Grafana expects this POST to to work and give a result about 15 seconds after page load. The block results in Grafana displaying the following error:

Bildschirmfoto_20240704_231008

Other extensions used

none

Screenshot(s)

Screenshot(s) ![Bildschirmfoto_20240704_231008](https://github.com/uBlockOrigin/uAssets/assets/4718458/290ee34c-d9d9-400a-beeb-5b65c24cab7c)

Configuration

```yaml uBlock Origin: 1.58.0 Firefox: 127 filterset (summary): network: 139005 cosmetic: 47119 scriptlet: 20137 html: 1854 listset (total-discarded, last-updated): default: user-filters: 97-9, never ublock-filters: 39132-112, 1h.50m Δ ublock-badware: 8798-1, 1h.50m Δ ublock-privacy: 1023-4, 1h.50m Δ ublock-unbreak: 2426-2, 1h.50m Δ easylist: 86515-172, 1h.50m Δ easyprivacy: 52709-64, 1h.50m Δ plowe-0: 3543-987, now urlhaus-1: 15380-5, now filterset (user): [array of 97 redacted] trustedset: added: [array of 34 redacted] userSettings: [none] hiddenSettings: [none] supportStats: allReadyAfter: 695 ms (selfie) maxAssetCacheWait: 302 ms cacheBackend: indexedDB popupPanel: blocked: 1 network: ffho.net: 1 ```
stephenhawk8054 commented 5 days ago

Can you test this filter?

/frontend-metrics^$xhr,redirect-rule=nooptext

Click on uBO icon > ⚙ Dashboard button > Add the filter(s) in "My filters" pane > ✓ Apply changes > Open new tab and test again.

hlinden commented 4 days ago

Can you test this filter?

/frontend-metrics^$xhr,redirect-rule=nooptext

Click on uBO icon > ⚙ Dashboard button > Add the filter(s) in "My filters" pane > ✓ Apply changes > Open new tab and test again.

That seems to fix the behaviour while retaining full functionality of the frontend as far as I can see. Thank you!