AdguardTeam / AdguardFilters

AdGuard Content Blocking Filters
https://adguard.com/
GNU General Public License v3.0
3.17k stars 631 forks source link

ign.com #185834

Closed adguard-bot closed 2 months ago

adguard-bot commented 2 months ago

Issue URL (Annoyance)

https://ign.com/wikis/pokemon-red-blue-yellow-version/Best_Pokemon_to_Export

Comment

This is an unrelated promotional video

<div data-pogo="outstream" class="pgOutstream">
<div class="pgOts playing">
<div class="VPV">
<span class="pgCloseBtn">…</span>
<div class="VP">
<a class="VPA" title>
<div class="VPUI">
<span class="VPTitle">
</div>
<video class="VPP" width="100%" height="100%" src="https://pg.ignimgs.com/video/pgos4.mp4" muted="true" playsinline disablepictureinpicture="true" disableremoteplayback="true" preload="auto">
</a>
<span class="VProgCnt">…</span>
<div class="pgVPCMD">…</div>
</div>
</div>
</div>

Screenshots

Screenshot 1 ![Screenshot 1](https://cdn.adguard.info/sitereports/dottzbioli8ggckc0co8ksgk04k0404hb0tg206wm8.jpg?nc=1)
Screenshot 2 ![Screenshot 2](https://cdn.adguard.info/sitereports/6uhpq0ksnag4swo04g8cgc4wkogskkc89dcs5br734.jpg?nc=1)

System configuration

Information Value
AdGuard product: AdGuard for iOS v4.5.5
System version: 17.6
DNS filtering: server: https://doh.opendns.com/dns-query
filters: https://filters.adtidy.org/ios/filters/15.txt
Filters: Ad Blocking:
AdGuard Base,
AdGuard Mobile Ads

Privacy:
AdGuard Tracking Protection

Social Widgets:
AdGuard Social Media

Annoyances:
AdGuard Cookie Notices,
AdGuard Popups,
AdGuard Mobile App Banners,
AdGuard Other Annoyances,
AdGuard Widgets

Language-specific:
AdGuard Japanese
BlazDT commented 2 months ago

Only reproduced without AdGuard (even after accepting all cookies not shown with AdGuard). Please check @zloyden

zloyden commented 2 months ago

Also not reproduced on my end. I guess these rules might help.

ign.com##.pgOutstream
||pg.ignimgs.com/video/pgos4.mp4

@AdamWr could you also take a look at this?

AdamWr commented 2 months ago

I can reproduce it only if I add these rules:

@@||cdn.ziffstatic.com/pg/ign.prebid.js$domain=ign.com
@@||cdn.ziffstatic.com/pg/ign.css$domain=ign.com
@@||cdn.ziffstatic.com/pg/ign.js$domain=ign.com

But these requests are blocked by Base filter.

rhdeceptionz commented 2 months ago

@AdamWr Is it true that these are being blocked by the Base filter? Two of the rules you mentioned are included in the Base filter that's subscribed by default on iOS.

@@||cdn.ziffstatic.com/pg/ign.js$domain=ign.com
@@||cdn.ziffstatic.com/pg/ign.prebid.js$domain=ign.com

image

AdamWr commented 2 months ago

My bad, I don't have iPhone so I have checked it on Android and Windows only and I couldn't reproduce it, because these requests are blocked on these platforms (I didn't realize that these requests are unblocked on iOS and Safari). It looks like that it was added to fix this issue - https://github.com/AdguardTeam/AdguardFilters/issues/144613 but I cannot reproduce this problem if I add ||ziffstatic.com/pg/$important to user rules, so I will remove these exceptions.