uBlockOrigin / uAssets

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

Unblockable Ads on Drudge #445

Closed RAcceleration closed 7 years ago

RAcceleration commented 7 years ago

URL(s) where the issue occurs

[http://drudgereport.com/]

Describe the issue

[((((Drudge)))) seems to have found a way around. Most ads are still blocked but some are getting through even after manually blocking elements. Some on Reddit have also noticed: https://www.reddit.com/r/uBlockOrigin/comments/6fvuo0/ads_leaking_through_on_drudge_report/]

Screenshot(s)

[https://i.gyazo.com/feddb0e17e758e9cc0269f251f6ac336.png]

Versions

Settings

Notes

[]

mapx- commented 7 years ago

filter working only in uBo + chrome ||bn7v3w.8m5sew59gr.bid/http$xmlhttprequest,redirect=nooptext,domain=drudgereport.com

mapx- commented 7 years ago

this 1 seems working for FF too drudgereport.com##script:inject(abort-on-property-write.js, adonis)

gorhill commented 7 years ago

Fixed with 1bb541a4, force an update of "uBlock filters".

mapx- commented 7 years ago

alternative: drudgereport.com##span:matches-css(background-image: /^url\("data:image/jpeg;base64,/)

gorhill commented 7 years ago

Or with 1.12.5, a case to support csp= option: ||drudgereport.com^$csp=img-src * to forbid data:/blob: images, if ever they work around the current filter.