uBlockOrigin / uAssets

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

vijesti.hrt.hr: breakage #25804

Closed Marko-98 closed 3 days ago

Marko-98 commented 4 days ago

Prerequisites

URL address of the web page

https://vijesti.hrt.hr/gospodarstvo/potrosacki-kod-92-11828389

Category

breakage

Description

Cookie prompt is blocked, and because of that embedded videos aren't shown. When you disable uBlock Origin, it shows the embedded video, but asks for your permission to play it.

Other extensions used

Cookie AutoDelete

Screenshot(s)

Screenshot(s) With uBlock Origin enabled: ![Screenshot_1](https://github.com/user-attachments/assets/bc53edf4-337a-4cac-b501-ce6ad344ef4b) With uBlock Origin disabled: ![Screenshot_2](https://github.com/user-attachments/assets/082813b0-268c-474e-a4f1-6c125a52288f)

Configuration

```yaml uBlock Origin: 1.60.0 Firefox: 131 filterset (summary): network: 275481 cosmetic: 254571 scriptlet: 55043 html: 2307 listset (total-discarded, last-updated): removed: plowe-0: null added: https://o0.pages.dev/Lite/adblock.txt: 90025-81, now adguard-generic: 85291-8287, now adguard-spyware-url: 1764-128, now adguard-spyware: 98024-19861, now curben-phishing: 517-0, now adguard-cookies: 32257-95, now ublock-cookies-adguard: 1854-27, now fanboy-cookiemonster: 52335-4107, now ublock-cookies-easylist: 1854-1854, now adguard-social: 23088-52, now fanboy-social: 16739-763, now adguard-popup-overlays: 27896-2190, now [8 lists not shown]: [too many] default: user-filters: 13-0, never ublock-filters: 40694-135, now ublock-badware: 11585-77, now ublock-privacy: 1356-35, now ublock-unbreak: 2549-2, now ublock-quick-fixes: 209-8, 15m Δ easylist: 80313-20800, now easyprivacy: 53192-40211, now urlhaus-1: 22735-0, now filterset (user): [array of 15 redacted] trustedset: added: [array of 8 redacted] removed: chrome-extension-scheme userSettings: advancedUserEnabled: true cloudStorageEnabled: true largeMediaSize: 70 webrtcIPAddressHidden: true hiddenSettings: cloudStorageCompression: false supportStats: allReadyAfter: 209 ms (selfie) maxAssetCacheWait: 138 ms cacheBackend: indexedDB popupPanel: blocked: 9 network: consentmanager.net: 1 doubleclick.net: 1 gemius.pl: 2 googlesyndication.com: 1 googletagmanager.com: 1 ipromcloud.com: 1 thenewsbox.net: 1 upscore.com: 1 extended: ##.iAdserver ##.mt-4 > .hidden > .h-screen:has(> a[title="E-mail"]) ##.h-screen ##a[href^="https://api.whatsapp.com/send?text="] ##div[id^="div-gpt-"]:not([style^="width: 1px; height: 1px; posi… ##[id^="div-gpt-ad"]:not([style^="width: 1px; height: 1px; posit… #@#[id^="div-gpt-ad"] #@#div[id^="div-gpt-"] ```
gorhill commented 4 days ago

Unable to reproduce, even after enabling stock lists related to cookies, annoyances. You have too many lists, investigate on your side which list(s) is causing your issue.

Mind what is asked from you:

  • [x] I did not enable additional filter lists, or I have verified that the issue still occurs without enabling additional filter lists.

  • [x] I do not have custom filters/rules, or I have verified that the issue still occurs without custom filters/rules.

  • [x] I did not remove any of the default filter lists, or I have verified that the issue was not caused by removing any of the default lists.

    removed: plowe-0: null

mapx- commented 4 days ago

cname issue:

@Marko-98 add

@@||delivery.consentmanager.net^$script,domain=vijesti.hrt.hr

Marko-98 commented 4 days ago

@gorhill I tried disabling custom filters and I could still reproduce the issue.

@mapx- With that filter everything works great. Thanks!