uBlockOrigin / uAssets

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

zoom.us: privacy #17769

Closed Linxgos closed 1 year ago

Linxgos commented 1 year ago

Prerequisites

URL address of the web page

https://zoom.us/

Category

privacy More specifically cookie consent page being allowed by Adguard annoyances filter

Description

Adguard Annoyances filter is specifically letting cookielaw cookie consent system through @@||cdn.cookielaw.org/scripttemplates/*.*.*/ @@||cdn.cookielaw.org/consent @@||cdn.cookielaw.org/scripttemplates/otsdkstub.js$from=20min.ch|3sat.de|all.accor.com|bergfreunde.de|bet.com|bigbearmountainresort.com|blaklader.*|blick.ch|cbsnews.com|cc.com|channel5.com|costco.com|darkreading.com|digitaltrends.com|docs.vmware.com|elisa.fi|elle.com|epicgames.com|eurogamer.de|eurogamer.es|foxchannels.com.tr|ga.de|games.miamiherald.com|geappliances.com|giantbomb.com|glamour.de|glovoapp.com|gq-magazine.co.uk|gqmagazine.fr|heute.at|id.trimble.com|ikonpass.com|indiewire.com|karriere.mcdonalds.de|kawasaki.com|kralmuzik.com.tr|mcdelivery.de|mensjournal.com|metacritic.com|midomi.com|milwaukeetool.eu|motorsport-total.com|movistar.es|mtv.com|muscleandfitness.com|natgeotv.com|new.cappex.com|newegg.com|newyorker.com|next.co.uk|nhl.com|nintendo.*|npr.org|ntv.com.tr|oe24.at|olx.pl|olympics.com|player.pl|popeyes.com|porn300.com|quora.com|redbull.com|roastmarket.de|rte.ie|rtlplay.be|rts.ch|ryobitools.eu|saarbruecker-zeitung.de|shop.mango.com|skateboarding.transworld.net|spiele.bild.de|spiele.stern.de|start.gg|ted.com|toteraz.pl|trustradius.com|tvn.pl|udemy.com|uefa.com|upc.pl|usmagazine.com|vanityfair.com|vg247.com|viafree.dk|viafree.fi|viafree.no|viafree.se|victorinox.com|vimeo.com|vod.pl|volksfreund.de|wallapop.com|wargaming.net|westernunion.com|worldoftanks.ru|zdf.de|zoom.us are the offending bad filters

easylist/easylist#15658

Screenshot(s)

Screenshot(s) ![](https://user-images.githubusercontent.com/30780867/234079539-6668666a-fbd3-4f19-83ce-187cd4f5e357.png)

Configuration

```yaml uBlock Origin: 1.48.4 Firefox: 112 filterset (summary): network: 238936 cosmetic: 243930 scriptlet: 41032 html: 1117 listset (total-discarded, last-updated): added: https://github.com/hoshsadiq/adblock-nocoin-list/raw/master/nocoin.txt: 665-0, 1h.50m https://gitlab.com/magnolia1234/bypass-paywalls-clean-filters/-/raw/main/bpc-paywall-filter.txt: 938-0, 1h.50m https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt: 2176-0, 1h.50m https://raw.githubusercontent.com/liamengland1/miscfilters/master/antipaywall.txt: 1912-14, 1h.50m https://raw.githubusercontent.com/piperun/iploggerfilter/master/filterlist: 4589-45, 1h.50m adguard-generic: 70611-5537, 1h.51m adguard-mobile: 8695-98, 1h.51m adguard-spyware-url: 999-140, 1h.51m block-lan: 47-0, 1h.51m curben-phishing: 80877-38, 1h.51m curben-pup: 193-0, 1h.50m adguard-annoyance: 67575-1590, never adguard-social: 20335-821, 1h.50m fanboy-thirdparty_social: 69-0, 1h.50m fanboy-annoyance: 91640-81926, 1h.50m fanboy-cookiemonster: 61063-18022, 1h.50m fanboy-social: 18460-17, 1h.50m ublock-annoyances: 4922-6, 1h.50m dpollock-0: 11355-500, 1h.50m CHN-0: 27639-150, 1h.50m [1 lists not shown]: [too many] default: user-filters: 11-0, never ublock-filters: 34863-106, 1h.51m ublock-badware: 6999-0, 1h.51m ublock-privacy: 372-3, 1h.51m ublock-abuse: 70-2, 1h.51m ublock-unbreak: 2004-5, 1h.51m ublock-quick-fixes: 207-0, 1h.51m easylist: 65547-945, 1h.51m easyprivacy: 30897-2148, 1h.51m urlhaus-1: 6786-1, 1h.51m plowe-0: 3746-5, 1h.50m filterset (user): [array of 11 redacted] switchRuleset: added: [array of 7 redacted] hostRuleset: added: [array of 6 redacted] modifiedUserSettings: advancedUserEnabled: true modifiedHiddenSettings: [none] supportStats: allReadyAfter: 506 ms (selfie) maxAssetCacheWait: 255 ms popupPanel: blocked: 2 blockedDetails: zoom.us: 1 googletagmanager.com: 1 ```
gorhill commented 1 year ago

Why not report to AdGuard Filters? That list is not maintained here.

mapx- commented 1 year ago

an AG maintainer (Alex-302) responded: "Not a problem. That rules are fixing this option"

image

krystian3w commented 1 year ago

Possible checking:

! I forced watch attr due class back to DOM, so override design (cursor and color)
!
zoom.us###agree-terms ~ div label[class]:remove-class(/disabled/):watch-attr(class)
zoom.us###agree-terms ~ div label input[disabled]:remove-attr(disabled)

Chromium removes in correct world (https://github.com/uBlockOrigin/uBlock-issues/discussions/2403) and page may have only fake test about enabled "functional cookies".

However, I'm still concerned that the OneTrust script may be blocking the loading of a video of, for example, a tutorial uploaded to YouTube in the support section - Then remove-class or remove-attr may already be insufficient.